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  <[EMAIL PROTECTED]>

        * 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
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list

Want to limit the commits to a few modules? Go to above URL, log in to edit 
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development 
mailing list. Email [EMAIL PROTECTED] if interested.

Reply via email to