1 diff --exclude-from=/home/dang/bin/scripts/diffrc -up -ruN gcolor2-0.4.orig/src/callbacks.c gcolor2-0.4/src/callbacks.c
2 --- gcolor2-0.4.orig/src/callbacks.c 2005-07-12 14:06:12.000000000 -0400
3 +++ gcolor2-0.4/src/callbacks.c 2007-02-17 19:19:38.000000000 -0500
10 +#include <glib/gprintf.h>
12 #include "callbacks.h"
13 #include "interface.h"
14 @@ -172,6 +175,9 @@ void on_copy_color_to_clipboard_activate
15 gtk_clipboard_set_text (cb, hex, strlen (hex));
18 +void add_rgb_file (gchar *filename, gchar *type);
19 +gchar* get_system_file (void);
21 void on_show_system_colors_activate (GtkMenuItem *menuitem, gpointer user_data)
23 if (gtk_check_menu_item_get_active (GTK_CHECK_MENU_ITEM (menuitem)))
24 @@ -266,6 +272,8 @@ void on_save_button_clicked (GtkButton *
25 gtk_widget_destroy (savedialog);
28 +void add_list_color (gchar *spec, gchar *name, gchar *type, gboolean is_new_color);
30 void add_color_to_treeview ()
32 GtkTreeView *treeview;
33 diff --exclude-from=/home/dang/bin/scripts/diffrc -up -ruN gcolor2-0.4.orig/src/main.c gcolor2-0.4/src/main.c
34 --- gcolor2-0.4.orig/src/main.c 2005-07-11 10:55:49.000000000 -0400
35 +++ gcolor2-0.4/src/main.c 2007-02-17 19:18:23.000000000 -0500
43 +#include <glib/gprintf.h>
45 #include "interface.h"