[Xfce4-commits] <xfce4-wmdock-plugin:master> Applied patches from Xfce bugreport #10465 and #10466.
Andre Ellguth
noreply at xfce.org
Tue Nov 5 11:00:01 CET 2013
Updating branch refs/heads/master
to b40cdeadda078a462c5a25df29222e14ab6c095b (commit)
from 4140de9c387df88afc6f110acc6ffde8625b86af (commit)
commit b40cdeadda078a462c5a25df29222e14ab6c095b
Author: Andre Ellguth <andre at ellguth.com>
Date: Tue Nov 5 10:58:04 2013 +0100
Applied patches from Xfce bugreport #10465 and #10466.
panel-plugin/misc.c | 2 +-
po/POTFILES.in | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/panel-plugin/misc.c b/panel-plugin/misc.c
index f260f75..cf63e7a 100644
--- a/panel-plugin/misc.c
+++ b/panel-plugin/misc.c
@@ -325,7 +325,7 @@ void wmdock_msg_dialog(GtkMessageType type, const gchar *fmt, ...)
va_end(args);
gtkDlg = gtk_message_dialog_new(GTK_WINDOW (gtk_widget_get_toplevel (GTK_WIDGET (wmdock->plugin))),
- GTK_DIALOG_DESTROY_WITH_PARENT, type, GTK_BUTTONS_OK, msg);
+ GTK_DIALOG_DESTROY_WITH_PARENT, type, GTK_BUTTONS_OK, "%s", msg);
g_signal_connect (gtkDlg, "response", G_CALLBACK (wmdock_msg_dialog_response), NULL);
gtk_dialog_run (GTK_DIALOG(gtkDlg));
}
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 48d3423..3ae2bba 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -16,3 +16,4 @@ panel-plugin/props.h
panel-plugin/rcfile.c
panel-plugin/rcfile.h
panel-plugin/wmdock.c
+panel-plugin/wmdock.desktop.in.in
More information about the Xfce4-commits
mailing list