[totem] Fix thumbnailer in debug mode



commit 5856bbe379e32caa77177036f2a79f4e0763212d
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Nov 16 13:38:08 2009 +0000

    Fix thumbnailer in debug mode
    
    Don't forget to open the display if we're going to show
    a GTK+ window.

 src/totem-video-thumbnailer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/totem-video-thumbnailer.c b/src/totem-video-thumbnailer.c
index f246a0f..aa32095 100644
--- a/src/totem-video-thumbnailer.c
+++ b/src/totem-video-thumbnailer.c
@@ -784,7 +784,7 @@ int main (int argc, char *argv[])
 #ifndef THUMB_DEBUG
 	g_type_init ();
 #else
- 	g_option_context_add_group (context, gtk_get_option_group (FALSE));
+	g_option_context_add_group (context, gtk_get_option_group (TRUE));
 #endif
 
 	if (g_option_context_parse (context, &argc, &argv, &err) == FALSE) {



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