minor correction to [3205]
This commit is contained in:
parent
b7f736540e
commit
2f233f9aec
|
@ -125,9 +125,6 @@ MasterPanelWindow :: MasterPanelWindow (void)
|
||||||
mainWindow->signal_key_press_event().connect(sigc::mem_fun(
|
mainWindow->signal_key_press_event().connect(sigc::mem_fun(
|
||||||
*this,
|
*this,
|
||||||
&MasterPanelWindow::onKeyPressed));
|
&MasterPanelWindow::onKeyPressed));
|
||||||
mainWindow->signal_delete_event().connect(sigc::mem_fun(
|
|
||||||
*this,
|
|
||||||
&MasterPanelWindow::onDeleteEvent));
|
|
||||||
|
|
||||||
// create the Now Playing widget
|
// create the Now Playing widget
|
||||||
Gtk::Box * nowPlayingBox;
|
Gtk::Box * nowPlayingBox;
|
||||||
|
|
|
@ -385,7 +385,7 @@ class MasterPanelWindow : public GuiWindow
|
||||||
* @param event attributes for the event (?)
|
* @param event attributes for the event (?)
|
||||||
* @return true if handled the event, false to continue deleting
|
* @return true if handled the event, false to continue deleting
|
||||||
*/
|
*/
|
||||||
bool
|
virtual bool
|
||||||
onDeleteEvent(GdkEventAny * event) throw ();
|
onDeleteEvent(GdkEventAny * event) throw ();
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue