some minor reformatting

This commit is contained in:
fgerlits 2005-05-27 11:38:22 +00:00
parent e3c437f86d
commit 2e7be6308f
2 changed files with 7 additions and 7 deletions

View file

@ -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,

View file

@ -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<WidgetFactory>::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() ));