mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-12 16:50:19 +00:00
More rebranding
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user