Author: colossus
Date: 2008-09-24 12:00:59 +0000 (Wed, 24 Sep 2008)
New Revision: 27937

Modified:
   xarchiver/trunk/src/open-with-dlg.c
Log:
Small fix for the previous fix :)


Modified: xarchiver/trunk/src/open-with-dlg.c
===================================================================
--- xarchiver/trunk/src/open-with-dlg.c 2008-09-24 11:45:48 UTC (rev 27936)
+++ xarchiver/trunk/src/open-with-dlg.c 2008-09-24 12:00:59 UTC (rev 27937)
@@ -149,6 +149,8 @@
                xa_read_desktop_directories(apps_liststore,desktop_dirs[x]);
                x++;
        }
+       gtk_tree_model_get_iter_first(GTK_TREE_MODEL(apps_liststore),&iter);
+       gtk_tree_selection_select_iter(gtk_tree_view_get_selection 
(GTK_TREE_VIEW (apps_treeview)),&iter);
        response = gtk_dialog_run(GTK_DIALOG(dialog1));
        if (response == GTK_RESPONSE_CANCEL || response == 
GTK_RESPONSE_DELETE_EVENT)
        {

_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to