[totem/gnome-2-28] Fix thumbnailer in debug mode
- From: Bastien Nocera <hadess src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [totem/gnome-2-28] Fix thumbnailer in debug mode
- Date: Mon, 16 Nov 2009 13:39:20 +0000 (UTC)
commit e4f62843c316ef8f9a1639601bcbccbcdd342cc5
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 0545291..109609e 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]