[Xfce4-commits] [panel-plugins/xfce4-genmon-plugin] 18/27: Remove more GTK_STOCKs

noreply at xfce.org noreply at xfce.org
Tue May 31 21:30:01 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-genmon-plugin.

commit 993bcfe1cc5ecabdf4afee53746f7b52e6ad810e
Author: ToZ <toz at localhost.localdomain>
Date:   Mon May 16 20:19:50 2016 -0400

    Remove more GTK_STOCKs
---
 panel-plugin/cmdspawn.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/panel-plugin/cmdspawn.c b/panel-plugin/cmdspawn.c
index 336acad..1a4a8ac 100644
--- a/panel-plugin/cmdspawn.c
+++ b/panel-plugin/cmdspawn.c
@@ -166,8 +166,8 @@ char *genmon_SpawnCmd (const char *p_pcCmdLine, int wait)
         char *first = g_strdup_printf (_("Error in command \"%s\""), p_pcCmdLine);
 
         xfce_message_dialog (NULL, _("Xfce Panel"),
-                             GTK_STOCK_DIALOG_ERROR, first, error->message,
-                             GTK_STOCK_CLOSE, GTK_RESPONSE_OK, NULL);
+                             "dialog-error", first, error->message,
+                             "gtk-close", GTK_RESPONSE_OK, NULL);
 
         g_error_free (error);
         g_free (first);

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


More information about the Xfce4-commits mailing list