projects
/
m17n
/
m17n-im-config.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65ae651
)
(help_cb): Fix previous change.
author
handa
<handa>
Tue, 20 Dec 2011 08:05:33 +0000
(08:05 +0000)
committer
handa
<handa>
Tue, 20 Dec 2011 08:05:33 +0000
(08:05 +0000)
src/mim-config.c
patch
|
blob
|
history
diff --git
a/src/mim-config.c
b/src/mim-config.c
index
4b035b5
..
4b6567f
100644
(file)
--- a/
src/mim-config.c
+++ b/
src/mim-config.c
@@
-641,8
+641,8
@@
help_cb (GtkButton *button, gpointer data)
GTK_DIALOG_DESTROY_WITH_PARENT,
GTK_MESSAGE_INFO,
GTK_BUTTONS_CLOSE,
- CURRENT_DESCRIPTION,
- "%s");
+ "%s",
+ (gchar *) CURRENT_DESCRIPTION);
gtk_dialog_run (GTK_DIALOG (msg));
gtk_widget_destroy (msg);
}