More rebranding

This commit is contained in:
Berke Viktor
2012-11-11 15:23:48 +01:00
parent 1c0548c4ca
commit a04fdc50b6
6 changed files with 9 additions and 9 deletions

View File

@@ -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",