Skip to content

Fix calling gtk_main_quit() twice

Arthur D. requested to merge spinal84/xfce4-notes-plugin:warning-fix into master

It's already done by wrapper-2.0, no need to do it in our implementation.

This fixes error message when removing the plugin: Gtk-CRITICAL **: gtk_main_quit: assertion 'main_loops != NULL' failed

Merge request reports