Author: stephan
Date: 2008-07-08 13:23:16 +0000 (Tue, 08 Jul 2008)
New Revision: 27236

Modified:
   squeeze/trunk/src/notebook.c
Log:
Make sure the archive gets refreshed whennever it is opened.



Modified: squeeze/trunk/src/notebook.c
===================================================================
--- squeeze/trunk/src/notebook.c        2008-07-08 08:00:22 UTC (rev 27235)
+++ squeeze/trunk/src/notebook.c        2008-07-08 13:23:16 UTC (rev 27236)
@@ -819,13 +819,9 @@
 
                g_signal_connect(G_OBJECT(archive), "refreshed", 
G_CALLBACK(cb_notebook_archive_refreshed), treeview);
 
-               /*
-               if(lsq_archive_full_refresh(archive))
-               {
-                       // FIXME: show warning dialog
-               }
-               */
+               lsq_archive_operate(archive, LSQ_COMMAND_TYPE_REFRESH, NULL);
 
+
                gtk_tree_view_set_model(GTK_TREE_VIEW(treeview), store);
        }
        else

_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to