[Xfce4-commits] [panel-plugins/xfce4-genmon-plugin] 14/27: Replace GTK_STOCKs
noreply at xfce.org
noreply at xfce.org
Tue May 31 21:29:57 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 11b5921077e63a9fc40a309cde4efb5e21b85196
Author: ToZ <toz at localhost.localdomain>
Date: Sun May 15 06:30:49 2016 -0400
Replace GTK_STOCKs
---
panel-plugin/main.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/panel-plugin/main.c b/panel-plugin/main.c
index c3c2308..3d2a52e 100644
--- a/panel-plugin/main.c
+++ b/panel-plugin/main.c
@@ -92,8 +92,8 @@ static void ExecOnClickCmd (GtkWidget *p_wSc, void *p_pvPlugin)
if (error) {
char *first = g_strdup_printf (_("Could not run \"%s\""), poMonitor->onClickCmd);
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