Updating branch refs/heads/master
         to b7586d0c1381751b1b8b4c1c3d0f90a084bf27bc (commit)
       from 0f0a0eb19e210dc67014995e5a2245a0771da7ce (commit)

commit b7586d0c1381751b1b8b4c1c3d0f90a084bf27bc
Author: Mike Massonnet <[email protected]>
Date:   Mon Nov 14 20:08:22 2011 +0100

    Bug 8147: Don't terminate gtk_message_dialog_new_with_markup with NULL

 panel-plugin/xfce4-clipman-settings.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/panel-plugin/xfce4-clipman-settings.c 
b/panel-plugin/xfce4-clipman-settings.c
index d0393fb..a8023bb 100644
--- a/panel-plugin/xfce4-clipman-settings.c
+++ b/panel-plugin/xfce4-clipman-settings.c
@@ -514,7 +514,7 @@ cb_reset_actions (GtkButton *button)
                                                
GTK_DIALOG_MODAL|GTK_DIALOG_DESTROY_WITH_PARENT,
                                                GTK_MESSAGE_QUESTION,
                                                GTK_BUTTONS_YES_NO,
-                                               _("<b>Reset actions</b>"), 
NULL);
+                                               _("<b>Reset actions</b>"));
   gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
                                             _("Are you sure you want to reset 
the actions to the system default values?"));
   res = gtk_dialog_run (GTK_DIALOG (dialog));
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to