diff options
author | monsta <[email protected]> | 2016-11-30 21:18:35 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-11-30 22:24:15 +0300 |
commit | 108741a82a158996883f9d1ae19c6e65226f3309 (patch) | |
tree | 7b545ec61d19aa4ce2ac8f421493c248a70baf3a /src/main.c | |
parent | 52399afcd688b56aaa0750af6d3af42c26c31abe (diff) | |
download | eom-108741a82a158996883f9d1ae19c6e65226f3309.tar.bz2 eom-108741a82a158996883f9d1ae19c6e65226f3309.tar.xz |
port plugin system to libpeas
backported from eog with a few changes
upstream commits for reference:
https://git.gnome.org/browse/eog/commit/?id=1f79c321367c91c8e9063f1343a7e4ce4199c4d5
https://git.gnome.org/browse/eog/commit/?id=9afc5483b615039a580e295fe08d7b8ec524759c
https://git.gnome.org/browse/eog/commit/?id=40bedbf33812e65f4a8e79691b1fadfaace94035
https://git.gnome.org/browse/eog/commit/?id=8b0acfddc52c220393770a9895b6b56cab7821fd
https://git.gnome.org/browse/eog/commit/?id=95694f8b5f06b891a5e55356451ad60b53387563
https://git.gnome.org/browse/eog/commit/?id=7eeb6c8c0e55a3ad954cde4a6fed91ea7f89691c
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -39,7 +39,6 @@ #include "eom-thumbnail.h" #include "eom-job-queue.h" #include "eom-application.h" -#include "eom-plugin-engine.h" #include "eom-util.h" #include <string.h> @@ -255,8 +254,6 @@ main (int argc, char **argv) } g_object_unref (provider); - eom_plugin_engine_init (); - /* Add application specific icons to search path */ gtk_icon_theme_append_search_path (gtk_icon_theme_get_default (), EOM_DATA_DIR G_DIR_SEPARATOR_S "icons"); @@ -271,8 +268,6 @@ main (int argc, char **argv) if (startup_files) g_strfreev (startup_files); - eom_plugin_engine_shutdown (); - #ifdef HAVE_EXEMPI xmp_terminate(); #endif |