diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/profile-editor.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/profile-editor.c b/src/profile-editor.c index 3d33639..082e4c4 100644 --- a/src/profile-editor.c +++ b/src/profile-editor.c @@ -566,8 +566,9 @@ init_color_scheme_menu (GtkWidget *combo_box) g_object_unref (store); renderer = gtk_cell_renderer_text_new (); - gtk_cell_layout_pack_start (GTK_CELL_LAYOUT (combo_box), renderer, TRUE); - gtk_cell_layout_set_attributes (GTK_CELL_LAYOUT (combo_box), renderer, "text", 0, NULL); +/*FIXME, avoid double loading of color schemes names from UI file */ +/* gtk_cell_layout_pack_start (GTK_CELL_LAYOUT (combo_box), renderer, TRUE); + gtk_cell_layout_set_attributes (GTK_CELL_LAYOUT (combo_box), renderer, "text", 0, NULL);*/ #else |