[Xfce4-commits] [panel-plugins/xfce4-smartbookmark-plugin] 07/11: GTK_DIALOG_NO_SEPARATOR was removed, and replace GTK_STOCK_CLOSE by "gtk-close"

noreply at xfce.org noreply at xfce.org
Thu Apr 28 11:51:05 CEST 2016


This is an automated email from the git hooks/post-receive script.

landry pushed a commit to branch master
in repository panel-plugins/xfce4-smartbookmark-plugin.

commit de9849ee076470b6d233dd19eac56fbd259b6907
Author: Landry Breuil <landry at xfce.org>
Date:   Thu Apr 28 11:42:15 2016 +0200

    GTK_DIALOG_NO_SEPARATOR was removed, and replace GTK_STOCK_CLOSE by "gtk-close"
---
 src/smartbookmark.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/smartbookmark.c b/src/smartbookmark.c
index d549aea..39a4ccd 100644
--- a/src/smartbookmark.c
+++ b/src/smartbookmark.c
@@ -255,8 +255,8 @@ static void search_create_options(XfcePanelPlugin *plugin, t_search *search)
     GtkWidget *urllabel, *textlabel, *sizelabel;
     DBG ("search_create_options");
     search->opt_dialog  = xfce_titled_dialog_new_with_buttons(_("Smartbookmark"),
-                                             NULL, GTK_DIALOG_NO_SEPARATOR,
-                                             GTK_STOCK_CLOSE, GTK_RESPONSE_OK,
+                                             NULL, 0,
+                                             "gtk-close", GTK_RESPONSE_OK,
                                              NULL);
     
     xfce_titled_dialog_set_subtitle (XFCE_TITLED_DIALOG (search->opt_dialog), _("Preferences"));

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list