Updating branch refs/heads/master
         to 12abf4d468d7bcd81ea25b072ba3a952c85b6412 (commit)
       from e3c64d41664e1ef70c88987fe5d970955c6a7587 (commit)

commit 12abf4d468d7bcd81ea25b072ba3a952c85b6412
Author: Nick Schermer <[email protected]>
Date:   Mon Jun 6 22:50:42 2011 +0200

    Fix initial item visibility.

 src/appfinder-model.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/appfinder-model.c b/src/appfinder-model.c
index dd96a93..dd6e31f 100644
--- a/src/appfinder-model.c
+++ b/src/appfinder-model.c
@@ -754,7 +754,6 @@ xfce_appfinder_model_collect_items (XfceAppfinderModel 
*model,
               item = g_slice_new0 (ModelItem);
               item->visible = TRUE;
               item->item = li->data;
-              item->visible = FALSE;
 
               command = garcon_menu_item_get_command (li->data);
               if (G_LIKELY (command != NULL))
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to