Re: [Github-comments] [geany/geany-plugins] Ported 'Debugger' plugin to GTK+3. (#645)

2018-06-04 Thread mattcaswell
Thanks @pmjobin. I tried this out, and I can confirm that the updated code runs without errors, and I am able to change the active frame in the stack. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Github-comments] [geany/geany-plugins] Ported 'Debugger' plugin to GTK+3. (#645)

2018-05-30 Thread mattcaswell
mattcaswell requested changes on this pull request. > cell->enabled = TRUE; cell->condition = NULL; cell->hitscount = 0; - - cell_renderer->mode = GTK_CELL_RENDERER_MODE_ACTIVATABLE; + + g_value_init(, G_TYPE_ENUM