Toolbar and ibar icon.
authortoma <toma>
Wed, 4 Feb 2009 12:14:46 +0000 (12:14 +0000)
committertoma <toma@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 4 Feb 2009 12:14:46 +0000 (12:14 +0000)
SVN revision: 38942

data/themes/default.edc
data/themes/images/Makefile.am
data/themes/images/icon_toolbar.png [new file with mode: 0644]

index e169f12..a7d40c3 100644 (file)
@@ -3,7 +3,6 @@
 //     Icons:
 //             EFM - All popup icons ... eg, paste copy delete properties
 //             EFM - folders (perhaps?), dynamic mime icons
-//             Icons - better looking SD card, toolbar(use ibar icon)
 //             Icons for all modules in Module list.
 //
 
@@ -22447,10 +22446,6 @@ ICON("widget/open","icon_check.png",64)
 ICON("widget/close","icon_close.png",64)
 ICON("widget/reset","icon_reset.png",64)
 
-/// No icons made yet ///
-
-ICON("enlightenment/toolbar","icon_dummy.png",64)
-
 /// Normal Icons ///
 
 ICON("enlightenment/warning", "icon_warning.png",128)
@@ -22506,6 +22501,7 @@ ICON("enlightenment/shelf","icon_shelf.png",64)
 ICON("enlightenment/fonts","icon_fonts.png",64)
 ICON("enlightenment/icon_theme","icon_icon_theme.png",64)
 ICON("enlightenment/transitions","icon_transitions.png",64)
+ICON("enlightenment/toolbar","icon_toolbar.png",64)
 ICON("enlightenment/performance","icon_performance.png",64)
 ICON("enlightenment/profiles","icon_profiles.png",64)
 ICON("enlightenment/startup","icon_startup.png",64)
index 5b2c043..fc8f2df 100644 (file)
@@ -429,6 +429,7 @@ icon_startup.png \
 icon_suspend.png \
 icon_swap.png \
 icon_system.png \
+icon_toolbar.png \
 icon_theme.png \
 icon_transitions.png \
 icon_up_arrow.png \
diff --git a/data/themes/images/icon_toolbar.png b/data/themes/images/icon_toolbar.png
new file mode 100644 (file)
index 0000000..c759dba
Binary files /dev/null and b/data/themes/images/icon_toolbar.png differ