this option was never used; removed it
This commit is contained in:
parent
7462b44644
commit
40d18a195d
|
@ -69,11 +69,7 @@ GuiWindow :: GuiWindow (const Glib::ustring & bundleName,
|
|||
: GuiObject(),
|
||||
windowOpenerButton(windowOpenerButton)
|
||||
{
|
||||
if (bundleName == "") {
|
||||
setBundle(gLiveSupport->getBundle());
|
||||
} else {
|
||||
setBundle(gLiveSupport->getBundle(bundleName));
|
||||
}
|
||||
setBundle(gLiveSupport->getBundle(bundleName));
|
||||
|
||||
glade = Gnome::Glade::Xml::create(gLiveSupport->getGladeDir() +
|
||||
gladeFileName);
|
||||
|
|
|
@ -105,8 +105,7 @@ class GuiWindow : public GuiObject
|
|||
/**
|
||||
* Protected constructor.
|
||||
*
|
||||
* @param bundleName the name of the sub-bundle for this object;
|
||||
* can be "" to indicate the outermost bundle.
|
||||
* @param bundleName the name of the sub-bundle for this object.
|
||||
* @param gladeFileName the name of the Glade file for this window.
|
||||
* @param windowOpenerButton the button which was pressed to open
|
||||
* this window (optional).
|
||||
|
|
Loading…
Reference in New Issue