minor correction to [3205]

This commit is contained in:
fgerlits 2007-08-09 16:00:51 +00:00
parent b7f736540e
commit 2f233f9aec
2 changed files with 1 additions and 4 deletions

View File

@ -125,9 +125,6 @@ MasterPanelWindow :: MasterPanelWindow (void)
mainWindow->signal_key_press_event().connect(sigc::mem_fun(
*this,
&MasterPanelWindow::onKeyPressed));
mainWindow->signal_delete_event().connect(sigc::mem_fun(
*this,
&MasterPanelWindow::onDeleteEvent));
// create the Now Playing widget
Gtk::Box * nowPlayingBox;

View File

@ -385,7 +385,7 @@ class MasterPanelWindow : public GuiWindow
* @param event attributes for the event (?)
* @return true if handled the event, false to continue deleting
*/
bool
virtual bool
onDeleteEvent(GdkEventAny * event) throw ();