[Xfce4-commits] <design:master> Drop the primary (search) icon as long as we have no plans for it.

Jannis Pohlmann noreply at xfce.org
Tue May 31 19:12:01 CEST 2011


Updating branch refs/heads/master
         to a865bdae23a07db6300c77119a874ec8b3192e9f (commit)
       from 973fd78b80998d19b29bec942bce982ffecad788 (commit)

commit a865bdae23a07db6300c77119a874ec8b3192e9f
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Tue May 31 19:10:40 2011 +0200

    Drop the primary (search) icon as long as we have no plans for it.

 .../merge-with-xfrun/demo-code/mockup.vala         |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/xfce4-appfinder/merge-with-xfrun/demo-code/mockup.vala b/xfce4-appfinder/merge-with-xfrun/demo-code/mockup.vala
index 817435f..3eb3578 100644
--- a/xfce4-appfinder/merge-with-xfrun/demo-code/mockup.vala
+++ b/xfce4-appfinder/merge-with-xfrun/demo-code/mockup.vala
@@ -141,7 +141,6 @@ public class AppfinderView : HBox {
     add (table);
 
     entry = new Entry ();
-    entry.set_icon_from_stock (EntryIconPosition.PRIMARY, Stock.FIND);
     entry.set_icon_from_stock (EntryIconPosition.SECONDARY, Stock.GO_DOWN);
     table.attach (entry, 1, 2, 0, 1,
                   AttachOptions.FILL | AttachOptions.EXPAND,



More information about the Xfce4-commits mailing list