[Xfce4-commits] <xfce4-appfinder:master> Fix initial item visibility.

Nick Schermer noreply at xfce.org
Sat Jul 9 16:18:02 CEST 2011


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

commit 12abf4d468d7bcd81ea25b072ba3a952c85b6412
Author: Nick Schermer <nick at xfce.org>
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))



More information about the Xfce4-commits mailing list