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(),
|
: GuiObject(),
|
||||||
windowOpenerButton(windowOpenerButton)
|
windowOpenerButton(windowOpenerButton)
|
||||||
{
|
{
|
||||||
if (bundleName == "") {
|
|
||||||
setBundle(gLiveSupport->getBundle());
|
|
||||||
} else {
|
|
||||||
setBundle(gLiveSupport->getBundle(bundleName));
|
setBundle(gLiveSupport->getBundle(bundleName));
|
||||||
}
|
|
||||||
|
|
||||||
glade = Gnome::Glade::Xml::create(gLiveSupport->getGladeDir() +
|
glade = Gnome::Glade::Xml::create(gLiveSupport->getGladeDir() +
|
||||||
gladeFileName);
|
gladeFileName);
|
||||||
|
|
|
@ -105,8 +105,7 @@ class GuiWindow : public GuiObject
|
||||||
/**
|
/**
|
||||||
* Protected constructor.
|
* Protected constructor.
|
||||||
*
|
*
|
||||||
* @param bundleName the name of the sub-bundle for this object;
|
* @param bundleName the name of the sub-bundle for this object.
|
||||||
* can be "" to indicate the outermost bundle.
|
|
||||||
* @param gladeFileName the name of the Glade file for this window.
|
* @param gladeFileName the name of the Glade file for this window.
|
||||||
* @param windowOpenerButton the button which was pressed to open
|
* @param windowOpenerButton the button which was pressed to open
|
||||||
* this window (optional).
|
* this window (optional).
|
||||||
|
|
Loading…
Reference in New Issue