LarsGit223 commented on this pull request.


> +             wb_project_remove_bookmark(context.project, 
> context.prj_bookmark);
+               sidebar_update(SIDEBAR_CONTEXT_PRJ_BOOKMARK_REMOVED, &context);
+       }
+}
+
+
+/** Setup/Initialize the popup menu.
+ *
+ **/
+void popup_menu_init(void)
+{
+       GtkWidget *item;
+
+       s_popup_menu.widget = gtk_menu_new();
+
+       item = gtk_menu_item_new_with_mnemonic(_("Add project"));

Done.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/598#discussion_r134118850

Reply via email to