fixed invalid return
authorJean-Philippe Orsini <jeanfi@gmail.com>
Thu, 9 Oct 2014 06:39:11 +0000 (08:39 +0200)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Thu, 9 Oct 2014 06:39:11 +0000 (08:39 +0200)
src/ui_sensorpref.c

index 0b6d585..25fff3c 100644 (file)
@@ -384,7 +384,6 @@ on_delete_event_cb(GtkWidget *widget, GdkEvent *event, gpointer data)
 void ui_sensorpref_close_clicked_cb(GtkButton *btn, gpointer data)
 {
        quit();
-       return TRUE;
 }
 
 static GtkBuilder *load_ui(struct ui_psensor *ui)