elementary: add forgotten image.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 6 Jul 2011 08:23:08 +0000 (08:23 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 6 Jul 2011 08:23:08 +0000 (08:23 +0000)
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@61069 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

data/themes/default.edc
data/themes/mp_forward.png [new file with mode: 0644]
data/themes/mp_info.png [new file with mode: 0644]
data/themes/mp_next.png [new file with mode: 0644]
data/themes/mp_pause.png [new file with mode: 0644]
data/themes/mp_play.png [new file with mode: 0644]
data/themes/mp_prev.png [new file with mode: 0644]
data/themes/mp_rewind.png [new file with mode: 0644]
data/themes/mp_stop.png [new file with mode: 0644]

index f5500d9..9d77b8c 100644 (file)
@@ -10334,14 +10334,14 @@ collections {
    GROUP_ICON("menu/folder", "icon_folder.png", 24, 24);
    GROUP_ICON("menu/file", "icon_file.png", 24, 24);
 
-//   GROUP_ICON("media_player/forward", "mp_forward.png", 16, 0);
-//   GROUP_ICON("media_player/info", "mp_info.png", 16, 0);
-//   GROUP_ICON("media_player/next", "mp_next.png", 16, 0);
-//   GROUP_ICON("media_player/pause", "mp_pause.png", 16, 0);
-//   GROUP_ICON("media_player/play", "mp_play.png", 16, 0);
-//   GROUP_ICON("media_player/prev", "mp_prev.png", 16, 0);
-//   GROUP_ICON("media_player/rewind", "mp_rewind.png", 16, 0);
-//   GROUP_ICON("media_player/stop", "mp_stop.png", 16, 0);
+   GROUP_ICON("media_player/forward", "mp_forward.png", 16, 0);
+   GROUP_ICON("media_player/info", "mp_info.png", 16, 0);
+   GROUP_ICON("media_player/next", "mp_next.png", 16, 0);
+   GROUP_ICON("media_player/pause", "mp_pause.png", 16, 0);
+   GROUP_ICON("media_player/play", "mp_play.png", 16, 0);
+   GROUP_ICON("media_player/prev", "mp_prev.png", 16, 0);
+   GROUP_ICON("media_player/rewind", "mp_rewind.png", 16, 0);
+   GROUP_ICON("media_player/stop", "mp_stop.png", 16, 0);
 
 ///////////////////////////////////////////////////////////////////////////////
    group { name: "elm/toolbar/base/default";
diff --git a/data/themes/mp_forward.png b/data/themes/mp_forward.png
new file mode 100644 (file)
index 0000000..eaf3619
Binary files /dev/null and b/data/themes/mp_forward.png differ
diff --git a/data/themes/mp_info.png b/data/themes/mp_info.png
new file mode 100644 (file)
index 0000000..67e3ead
Binary files /dev/null and b/data/themes/mp_info.png differ
diff --git a/data/themes/mp_next.png b/data/themes/mp_next.png
new file mode 100644 (file)
index 0000000..c8aadcc
Binary files /dev/null and b/data/themes/mp_next.png differ
diff --git a/data/themes/mp_pause.png b/data/themes/mp_pause.png
new file mode 100644 (file)
index 0000000..211ddf6
Binary files /dev/null and b/data/themes/mp_pause.png differ
diff --git a/data/themes/mp_play.png b/data/themes/mp_play.png
new file mode 100644 (file)
index 0000000..8abaf2e
Binary files /dev/null and b/data/themes/mp_play.png differ
diff --git a/data/themes/mp_prev.png b/data/themes/mp_prev.png
new file mode 100644 (file)
index 0000000..543ec0e
Binary files /dev/null and b/data/themes/mp_prev.png differ
diff --git a/data/themes/mp_rewind.png b/data/themes/mp_rewind.png
new file mode 100644 (file)
index 0000000..703d5d6
Binary files /dev/null and b/data/themes/mp_rewind.png differ
diff --git a/data/themes/mp_stop.png b/data/themes/mp_stop.png
new file mode 100644 (file)
index 0000000..e09dd1f
Binary files /dev/null and b/data/themes/mp_stop.png differ