]> git.0d.be Git - empathy.git/commitdiff
Reverse order of buttons on the dialog box to delete a contact (or a group). Fixes...
authorXavier Claessens <xclaesse@src.gnome.org>
Mon, 14 Jul 2008 08:08:40 +0000 (08:08 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Mon, 14 Jul 2008 08:08:40 +0000 (08:08 +0000)
svn path=/trunk/; revision=1225

libempathy-gtk/empathy-contact-list-view.c

index 50236eb0088271639bb3b9330a0a0e6147bc30c8..760ad6d520fc4beffce8411b6ab2d3a0458557e4 100644 (file)
@@ -1200,8 +1200,8 @@ contact_list_view_remove_dialog_show (GtkWindow   *parent,
        
        dialog = gtk_dialog_new_with_buttons (window_title, parent,
                                              GTK_DIALOG_MODAL,
+                                             GTK_STOCK_CANCEL, GTK_RESPONSE_NO,
                                              GTK_STOCK_DELETE, GTK_RESPONSE_YES,
-                                             GTK_STOCK_CANCEL, GTK_RESPONSE_NO,
                                              NULL);
        gtk_dialog_set_has_separator (GTK_DIALOG(dialog), FALSE);