summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2009-11-16 13:38:08 +0000
committerBastien Nocera <hadess@hadess.net>2009-11-16 13:38:08 +0000
commit5856bbe379e32caa77177036f2a79f4e0763212d (patch)
tree45595f47038ebd660f02777fda474e4d4dc27c5e /src
parent26947d6f667405332147a576db5ca3bc12ccaa8d (diff)
downloadtotem-5856bbe379e32caa77177036f2a79f4e0763212d.tar.gz
Fix thumbnailer in debug mode
Don't forget to open the display if we're going to show a GTK+ window.
Diffstat (limited to 'src')
-rw-r--r--src/totem-video-thumbnailer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/totem-video-thumbnailer.c b/src/totem-video-thumbnailer.c
index f246a0f51..aa3209527 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) {