[Xfce4-commits] <xfce4-clipman-plugin:master> Bug 8147: Don't terminate gtk_message_dialog_new_with_markup with NULL

Mike Massonnet noreply at xfce.org
Mon Nov 14 20:10:01 CET 2011


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

commit b7586d0c1381751b1b8b4c1c3d0f90a084bf27bc
Author: Mike Massonnet <mmassonnet at xfce.org>
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));


More information about the Xfce4-commits mailing list