← Back to team overview

ayatana-commits team mailing list archive

[Merge] lp:~ken-vandine/indicator-datetime/close_should_quit into lp:indicator-datetime

 

Ken VanDine has proposed merging lp:~ken-vandine/indicator-datetime/close_should_quit into lp:indicator-datetime.

Requested reviews:
  Ted Gould (ted)

For more details, see:
https://code.launchpad.net/~ken-vandine/indicator-datetime/close_should_quit/+merge/52109

Clicking "close" should quit indicator-datetime-preferences
-- 
https://code.launchpad.net/~ken-vandine/indicator-datetime/close_should_quit/+merge/52109
Your team ayatana-commits is subscribed to branch lp:indicator-datetime.
=== modified file 'src/datetime-prefs.c'
--- src/datetime-prefs.c	2011-03-03 13:10:00 +0000
+++ src/datetime-prefs.c	2011-03-03 18:38:07 +0000
@@ -678,6 +678,7 @@
     unique_app_watch_window (app, GTK_WINDOW (dlg));
 
     gtk_widget_show_all (dlg);
+    g_signal_connect (dlg, "response", G_CALLBACK(gtk_main_quit), NULL);
     g_signal_connect (dlg, "destroy", G_CALLBACK(gtk_main_quit), NULL);
     gtk_main ();
   }


Follow ups