summaryrefslogtreecommitdiffhomepage
path: root/mixgtk/mixgtk_mixal.c
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2019-03-11 02:47:29 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2020-10-18 17:47:53 +0100
commitb66baaeceb5c9d666ad8807a6f9fc4567187d50d (patch)
treec0f3ee0970fee1832c72d739b084e21d2692f296 /mixgtk/mixgtk_mixal.c
parent828ce747d2263dfed13325feac25bc5b1ad83e9b (diff)
downloadmdk-b66baaeceb5c9d666ad8807a6f9fc4567187d50d.tar.gz
mdk-b66baaeceb5c9d666ad8807a6f9fc4567187d50d.tar.bz2
Work in progress
Diffstat (limited to 'mixgtk/mixgtk_mixal.c')
-rw-r--r--mixgtk/mixgtk_mixal.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/mixgtk/mixgtk_mixal.c b/mixgtk/mixgtk_mixal.c
index 7ea8c75..5f8597b 100644
--- a/mixgtk/mixgtk_mixal.c
+++ b/mixgtk/mixgtk_mixal.c
@@ -147,7 +147,7 @@ fill_symbols_ (const mix_symbol_table_t *table)
static void
init_clist_ (void)
{
- GtkStockItem item;
+ // GtkStockItem item;
GtkCellRenderer *renderer = gtk_cell_renderer_text_new ();
GtkCellRenderer *bprenderer = gtk_cell_renderer_pixbuf_new ();
@@ -165,7 +165,7 @@ init_clist_ (void)
gtk_tree_view_set_model (clist_, GTK_TREE_MODEL (clist_store_));
g_object_unref (G_OBJECT (clist_store_));
- gtk_tree_view_set_rules_hint (clist_, TRUE);
+ // gtk_tree_view_set_rules_hint (clist_, TRUE);
gtk_tree_view_append_column
(clist_,
@@ -189,15 +189,15 @@ init_clist_ (void)
"text", CLIST_CODE_COL,
NULL));
- if (gtk_stock_lookup (GTK_STOCK_STOP, &item))
- {
- bp_stock_id_ = item.stock_id;
- }
+ /* if (gtk_stock_lookup (GTK_STOCK_STOP, &item)) */
+ /* { */
+ /* bp_stock_id_ = item.stock_id; */
+ /* } */
- if (gtk_stock_lookup (GTK_STOCK_GO_FORWARD, &item))
- {
- pc_stock_id_ = item.stock_id;
- }
+ /* if (gtk_stock_lookup (GTK_STOCK_GO_FORWARD, &item)) */
+ /* { */
+ /* pc_stock_id_ = item.stock_id; */
+ /* } */
symbols_dlg_ = NULL;
symbols_view_ = NULL;