totem r5137 - in trunk: . src



Author: pwithnall
Date: Sun Feb 17 10:43:47 2008
New Revision: 5137
URL: http://svn.gnome.org/viewvc/totem?rev=5137&view=rev

Log:
2008-02-17  Philip Withnall  <pwithnall svn gnome org>

	* src/totem.c: (main): Patch from Riccardo Lucchese
	to set up the recent files list later on in startup.
	(Helps: #514087)



Modified:
   trunk/ChangeLog
   trunk/src/totem.c

Modified: trunk/src/totem.c
==============================================================================
--- trunk/src/totem.c	(original)
+++ trunk/src/totem.c	Sun Feb 17 10:43:47 2008
@@ -3194,7 +3194,6 @@
 	gtk_range_set_adjustment (GTK_RANGE (totem->fs->seek), totem->seekadj);
 
 	totem_session_setup (totem, argv);
-	totem_setup_recent (totem);
 	totem_setup_file_monitoring (totem);
 	totem_setup_file_filters ();
 	totem_setup_play_disc (totem);
@@ -3259,6 +3258,8 @@
 				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]