[Xfce4-commits] <squeeze:stephan/new-ui> Initialise libsqueeze on startup

Stephan Arts noreply at xfce.org
Fri May 10 13:08:01 CEST 2013


Updating branch refs/heads/stephan/new-ui
         to e79441c85126cc6210711ded71ad08ba399aaeeb (commit)
       from 2ee061d66c7be951e6e379382e94334c795b8277 (commit)

commit e79441c85126cc6210711ded71ad08ba399aaeeb
Author: Stephan Arts <stephan at xfce.org>
Date:   Fri May 10 10:55:41 2013 +0200

    Initialise libsqueeze on startup

 src/main.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/main.c b/src/main.c
index 4a460f5..35b60de 100644
--- a/src/main.c
+++ b/src/main.c
@@ -79,6 +79,8 @@ main(int argc, char **argv)
 
     xfconf_init(NULL);
 
+    lsq_init ();
+
     gtk_window_set_default_icon_name("squeeze");
 
     
@@ -92,6 +94,7 @@ main(int argc, char **argv)
     GDK_THREADS_LEAVE();
     
 
+    lsq_shutdown();
     xfconf_shutdown();
 
     return 0;


More information about the Xfce4-commits mailing list