totem r5147 - in trunk: . src
- From: hadess svn gnome org
- To: svn-commits-list gnome org
- Subject: totem r5147 - in trunk: . src
- Date: Mon, 18 Feb 2008 10:43:48 +0000 (GMT)
Author: hadess
Date: Mon Feb 18 10:43:48 2008
New Revision: 5147
URL: http://svn.gnome.org/viewvc/totem?rev=5147&view=rev
Log:
2008-02-18 Bastien Nocera <hadess hadess net>
* src/totem.c: (main): Set up the recent files manager
earlier, not after we try to add stuff to it when starting
up with arguments...
Modified:
trunk/ChangeLog
trunk/src/totem.c
Modified: trunk/src/totem.c
==============================================================================
--- trunk/src/totem.c (original)
+++ trunk/src/totem.c Mon Feb 18 10:43:48 2008
@@ -3218,6 +3218,8 @@
/* The prefs after the video widget is connected */
totem_setup_preferences (totem);
+ totem_setup_recent (totem);
+
/* Command-line handling */
totem_options_process_late (totem, &optionstate);
@@ -3248,8 +3250,6 @@
totem_message_connection_receive_cb, totem);
}
- totem_setup_recent (totem);
-
gtk_main ();
#ifndef HAVE_GTK_ONLY
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]