[gnome-applets/gnome-3-24] geyes: Do not exit gnome-panel if something goes wrong



commit 9041882332ff600cd9f4a3e39724661dd6ef478a
Author: Dmitry Shachnev <mitya57 gmail com>
Date:   Tue Apr 4 16:24:39 2017 +0300

    geyes: Do not exit gnome-panel if something goes wrong

 geyes/src/geyes.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/geyes/src/geyes.c b/geyes/src/geyes.c
index 32840a1..d5b0758 100644
--- a/geyes/src/geyes.c
+++ b/geyes/src/geyes.c
@@ -432,10 +432,6 @@ geyes_applet_factory (PanelApplet *applet,
 
        if (!strcmp (iid, "GeyesApplet"))
                retval = geyes_applet_fill (applet); 
-   
-       if (retval == FALSE) {
-               exit (-1);
-       }
 
        return retval;
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]