From 2e7be6308faf9cce3d5146f1aaaf0dbffff9849a Mon Sep 17 00:00:00 2001 From: fgerlits Date: Fri, 27 May 2005 11:38:22 +0000 Subject: [PATCH] some minor reformatting --- .../products/gLiveSupport/src/AdvancedSearchEntry.cxx | 10 +++++----- livesupport/products/gLiveSupport/src/SearchWindow.cxx | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/livesupport/products/gLiveSupport/src/AdvancedSearchEntry.cxx b/livesupport/products/gLiveSupport/src/AdvancedSearchEntry.cxx index 5595d22f8..fac4e5531 100644 --- a/livesupport/products/gLiveSupport/src/AdvancedSearchEntry.cxx +++ b/livesupport/products/gLiveSupport/src/AdvancedSearchEntry.cxx @@ -22,7 +22,7 @@ Author : $Author: fgerlits $ - Version : $Revision: 1.2 $ + Version : $Revision: 1.3 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/gLiveSupport/src/AdvancedSearchEntry.cxx,v $ ------------------------------------------------------------------------------*/ @@ -64,10 +64,10 @@ AdvancedSearchEntry :: AdvancedSearchEntry( : LocalizedObject(bundle), metadataTypes(metadataTypes) { - AdvancedSearchItem * searchOptionsBox = Gtk::manage(new - AdvancedSearchItem(true, - metadataTypes, - getBundle() )); + AdvancedSearchItem * searchOptionsBox = Gtk::manage(new AdvancedSearchItem( + true, + metadataTypes, + getBundle() )); pack_start(*searchOptionsBox, Gtk::PACK_SHRINK, 5); searchOptionsBox->signal_add_new().connect(sigc::mem_fun(*this, diff --git a/livesupport/products/gLiveSupport/src/SearchWindow.cxx b/livesupport/products/gLiveSupport/src/SearchWindow.cxx index ae89bab42..2fde8b00e 100644 --- a/livesupport/products/gLiveSupport/src/SearchWindow.cxx +++ b/livesupport/products/gLiveSupport/src/SearchWindow.cxx @@ -22,7 +22,7 @@ Author : $Author: fgerlits $ - Version : $Revision: 1.16 $ + Version : $Revision: 1.17 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/gLiveSupport/src/SearchWindow.cxx,v $ ------------------------------------------------------------------------------*/ @@ -165,7 +165,7 @@ SearchWindow :: constructAdvancedSearchView(void) throw () { Ptr::Ref wf = WidgetFactory::getInstance(); - // the three main components of the window + // the three main components of the window advancedSearchEntry = Gtk::manage(new AdvancedSearchEntry( gLiveSupport->getMetadataTypeContainer(), getBundle() ));