some minor reformatting
This commit is contained in:
parent
e3c437f86d
commit
2e7be6308f
2 changed files with 7 additions and 7 deletions
|
@ -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,10 +64,10 @@ 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);
|
||||||
|
|
||||||
searchOptionsBox->signal_add_new().connect(sigc::mem_fun(*this,
|
searchOptionsBox->signal_add_new().connect(sigc::mem_fun(*this,
|
||||||
|
|
|
@ -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 $
|
||||||
|
|
||||||
------------------------------------------------------------------------------*/
|
------------------------------------------------------------------------------*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue