Home | History | Annotate | Download | only in patches
      1 --- control-center-2.10.1/capplets/keybindings/gnome-keybinding-properties.c	Thu May 12 16:46:18 2005
      2 +++ control-center-2.10.1-new/capplets/keybindings/gnome-keybinding-properties.c	Fri May 13 10:11:04 2005
      3 @@ -893,7 +893,6 @@ setup_dialog (GladeXML *dialog)
      4    gtk_widget_show (widget);
      5  
      6    g_signal_connect (G_OBJECT (widget), "response", G_CALLBACK(cb_dialog_response), NULL);
      7 -  g_signal_connect (G_OBJECT (widget), "close", gtk_main_quit, NULL);
      8  }
      9  
     10  int
     11