[libcryptui] Fix warning on startup about missing seahorse-daemon.desktop file



commit 86bcf96fc5926e07f0a77db3745304b1236fa896
Author: Stef Walter <stefw gnome org>
Date:   Thu May 23 09:28:50 2013 +0200

    Fix warning on startup about missing seahorse-daemon.desktop file

 daemon/seahorse-daemon.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/daemon/seahorse-daemon.c b/daemon/seahorse-daemon.c
index 88a02ca..88faa01 100644
--- a/daemon/seahorse-daemon.c
+++ b/daemon/seahorse-daemon.c
@@ -242,8 +242,7 @@ int main(int argc, char* argv[])
     }
         
        g_signal_connect (egg_sm_client_get (), "quit", G_CALLBACK (smclient_quit), NULL);
-    egg_set_desktop_file(AUTOSTARTDIR "/seahorse-daemon.desktop");
-    
+
     /*
      * All functions after this point have to print messages
      * nicely and not just called exit()


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