[Xfce4-commits] <xfce4-genmon-plugin:master> xfce_titled_dialog_set_subtitle cannot be called on a generic GtkDialog.

John Lindgren noreply at xfce.org
Tue Jan 31 01:12:01 CET 2012


Updating branch refs/heads/master
         to e17e8e86430be14f18eb30e7f6cf4ad390622d31 (commit)
       from 84b188903d33db6e3f41b50cf8fb1d675c0882e7 (commit)

commit e17e8e86430be14f18eb30e7f6cf4ad390622d31
Author: John Lindgren <john.lindgren at aol.com>
Date:   Mon Jan 30 19:10:21 2012 -0500

    xfce_titled_dialog_set_subtitle cannot be called on a generic GtkDialog.

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

diff --git a/panel-plugin/main.c b/panel-plugin/main.c
index 4a15710..4bcd5c9 100644
--- a/panel-plugin/main.c
+++ b/panel-plugin/main.c
@@ -655,7 +655,7 @@ static void genmon_create_options (XfcePanelPlugin *plugin,
 
     xfce_panel_plugin_block_menu (plugin);
 
-    dlg = gtk_dialog_new_with_buttons (_("Configuration"),
+    dlg = xfce_titled_dialog_new_with_buttons (_("Configuration"),
         GTK_WINDOW (gtk_widget_get_toplevel (GTK_WIDGET (plugin))),
         GTK_DIALOG_DESTROY_WITH_PARENT |
         GTK_DIALOG_NO_SEPARATOR,


More information about the Xfce4-commits mailing list