[Xfce4-commits] <design:master> Move appfinder to xfce4-appfinder.

Jannis Pohlmann noreply at xfce.org
Tue May 31 14:38:01 CEST 2011


Updating branch refs/heads/master
         to 9ef8337c08443d060fa6badfd90b369bc5e85819 (commit)
       from f9926d35447b1a9db1e5724e7dbe713ecb98e2a4 (commit)

commit 9ef8337c08443d060fa6badfd90b369bc5e85819
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Tue May 31 14:36:41 2011 +0200

    Move appfinder to xfce4-appfinder.

 .../demo-code/custom-view/shortcut-row.vala        |    2 +-
 {appfinder => xfce4-appfinder}/appfinder.png       |  Bin 12934 -> 12934 bytes
 2 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/thunar/shortcuts-pane/demo-code/custom-view/shortcut-row.vala b/thunar/shortcuts-pane/demo-code/custom-view/shortcut-row.vala
index 5bd9324..1e4bce0 100644
--- a/thunar/shortcuts-pane/demo-code/custom-view/shortcut-row.vala
+++ b/thunar/shortcuts-pane/demo-code/custom-view/shortcut-row.vala
@@ -41,7 +41,7 @@ public class ShortcutRow : EventBox {
     set_sensitive (true);
 
     var align = new Alignment (0.0f, 0.0f, 1.0f, 1.0f);
-    align.set_padding (0, 0, 14, 4);
+    align.set_padding (0, 0, 16, 4);
     add (align);
     align.show ();
 
diff --git a/appfinder/appfinder.png b/xfce4-appfinder/appfinder.png
similarity index 100%
rename from appfinder/appfinder.png
rename to xfce4-appfinder/appfinder.png



More information about the Xfce4-commits mailing list