chiark / gitweb /
color about... box properly
authorRichard Kettlewell <rjk@greenend.org.uk>
Mon, 29 Oct 2007 23:08:56 +0000 (23:08 +0000)
committerRichard Kettlewell <rjk@greenend.org.uk>
Mon, 29 Oct 2007 23:08:56 +0000 (23:08 +0000)
disobedience/menu.c

index 8900cf27900a6231434df03808bb4b89f4f97775..3ebba2f8022a9b539c18af59a1abb34afeb1b737 100644 (file)
@@ -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"));
+  set_tool_colors(w);
   gtk_widget_show_all(w);
   gtk_dialog_run(GTK_DIALOG(w));
   gtk_widget_destroy(w);