projects
/
empathy.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add -Wformat and and fix some compile warnings with gcc 4.3. Fixes bug #537129 (Cosim...
[empathy.git]
/
src
/
empathy-status-icon.c
diff --git
a/src/empathy-status-icon.c
b/src/empathy-status-icon.c
index
15695d8
..
3c2e7a6
100644
(file)
--- a/
src/empathy-status-icon.c
+++ b/
src/empathy-status-icon.c
@@
-554,7
+554,8
@@
status_icon_tube_process (EmpathyStatusIcon *icon,
dialog = gtk_message_dialog_new (NULL, GTK_DIALOG_MODAL,
GTK_MESSAGE_ERROR,
- GTK_BUTTONS_OK, str);
+ GTK_BUTTONS_OK,
+ "%s", str);
gtk_window_set_title (GTK_WINDOW (dialog),
_("Invitation Error"));
g_free (str);