chiark
/
gitweb
/
~mdw
/
disorder
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
ced9303
)
color about... box properly
author
Richard Kettlewell
<rjk@greenend.org.uk>
Mon, 29 Oct 2007 23:08:56 +0000
(23:08 +0000)
committer
Richard Kettlewell
<rjk@greenend.org.uk>
Mon, 29 Oct 2007 23:08:56 +0000
(23:08 +0000)
disobedience/menu.c
patch
|
blob
|
blame
|
history
diff --git
a/disobedience/menu.c
b/disobedience/menu.c
index 8900cf27900a6231434df03808bb4b89f4f97775..3ebba2f8022a9b539c18af59a1abb34afeb1b737 100644
(file)
--- a/
disobedience/menu.c
+++ b/
disobedience/menu.c
@@
-139,6
+139,7
@@
static void about_popup_got_version(void attribute((unused)) *v,
gtk_label_new(server_version_string));
gtk_container_add(GTK_CONTAINER(GTK_DIALOG(w)->vbox),
gtk_label_new("(c) 2004-2007 Richard Kettlewell"));
gtk_label_new(server_version_string));
gtk_container_add(GTK_CONTAINER(GTK_DIALOG(w)->vbox),
gtk_label_new("(c) 2004-2007 Richard Kettlewell"));
+ set_tool_colors(w);
gtk_widget_show_all(w);
gtk_dialog_run(GTK_DIALOG(w));
gtk_widget_destroy(w);
gtk_widget_show_all(w);
gtk_dialog_run(GTK_DIALOG(w));
gtk_widget_destroy(w);