summary refs log tree commit diff stats
path: root/src/fe-gtk/setup.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-11-11 15:23:48 +0100
committerBerke Viktor <bviktor@hexchat.org>2012-11-11 15:23:48 +0100
commita04fdc50b67de8385240e0f9f5f594370f960d88 (patch)
treee27468aa3beaee169365aea89b66a458e68dfa92 /src/fe-gtk/setup.c
parent1c0548c4ca8b96a1f0d39ad0c7932ae0cbf1fa92 (diff)
More rebranding
Diffstat (limited to 'src/fe-gtk/setup.c')
-rw-r--r--src/fe-gtk/setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-gtk/setup.c b/src/fe-gtk/setup.c
index 24e1cd4d..2929834a 100644
--- a/src/fe-gtk/setup.c
+++ b/src/fe-gtk/setup.c
@@ -1428,7 +1428,7 @@ setup_create_color_button (GtkWidget *table, int num, int row, int col)
 	but = gtk_button_new_with_label (" ");
 	gtk_label_set_markup (GTK_LABEL (GTK_BIN (but)->child), buf);
 	/* win32 build uses this to turn off themeing */
-	g_object_set_data (G_OBJECT (but), "xchat-color", (gpointer)1);
+	g_object_set_data (G_OBJECT (but), "hexchat-color", (gpointer)1);
 	gtk_table_attach (GTK_TABLE (table), but, col, col+1, row, row+1,
 							GTK_SHRINK | GTK_FILL, GTK_SHRINK | GTK_FILL, 0, 0);
 	g_signal_connect (G_OBJECT (but), "clicked",