Merge branch 'ke' into ke-lua
authorKlaus Ethgen <Klaus@Ethgen.de>
Fri, 9 Dec 2011 18:21:18 +0000 (19:21 +0100)
committerKlaus Ethgen <Klaus@Ethgen.de>
Fri, 9 Dec 2011 18:21:18 +0000 (19:21 +0100)
* ke:
  Various errors in the translation (typo, etc.)
  call size signal indirectly via idle_call
  call log window functions indirectly via idle callbacks

1  2 
src/main.c

diff --combined src/main.c
@@@ -45,7 -45,6 +45,7 @@@
  #include "exif.h"
  #include "histogram.h"
  #include "pixbuf_util.h"
 +#include "glua.h"
  
  #ifdef HAVE_LIBCHAMPLAIN
  #ifdef HAVE_LIBCHAMPLAIN_GTK
@@@ -741,7 -740,6 +741,6 @@@ gint main(gint argc, gchar *argv[]
        g_thread_init(NULL);
        gdk_threads_init();
        gdk_threads_enter();
-       debug_mutex = g_mutex_new();
  
  #endif
        
  #endif
  
        exif_init();
 -      
 +
 +#ifdef HAVE_LUA
 +      lua_init();
 +#endif
 +
        /* setup random seed for random slideshow */
        srand(time(NULL));