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 $ 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 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/gLiveSupport/src/AdvancedSearchEntry.cxx,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -64,8 +64,8 @@ AdvancedSearchEntry :: AdvancedSearchEntry(
: LocalizedObject(bundle), : LocalizedObject(bundle),
metadataTypes(metadataTypes) metadataTypes(metadataTypes)
{ {
AdvancedSearchItem * searchOptionsBox = Gtk::manage(new AdvancedSearchItem * searchOptionsBox = Gtk::manage(new AdvancedSearchItem(
AdvancedSearchItem(true, true,
metadataTypes, metadataTypes,
getBundle() )); getBundle() ));
pack_start(*searchOptionsBox, Gtk::PACK_SHRINK, 5); pack_start(*searchOptionsBox, Gtk::PACK_SHRINK, 5);

View file

@ -22,7 +22,7 @@
Author : $Author: fgerlits $ 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 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/gLiveSupport/src/SearchWindow.cxx,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/