gitbrowser
gitbrowser copied to clipboard
A Geany plugin for browsing Git repositories.
I have built gitbrowser on Kubuntu 18.04 according to the instructions but it does not show up in the plugin manager in Geany. The file "gitbrowser.so" is copied to `/usr/lib/x86_64-linux-gnu/geany/gitbrowser.so`
I'm getting the following 2 errors when compiling on CentOS 7: gitbrowser.c:1319:53: error: 'GtkDialog' has no member named 'action_area' gtk_box_pack_start(GTK_BOX(GTK_DIALOG(qoi->dialog)->action_area), hbox, TRUE, TRUE, 0); gitbrowser.c:1320:56: error: 'GtkDialog' has no member...