and one last icon...


			
			
				devs/princeamd/enlightenment-0.17-elive
			
			
		
Carsten Haitzler 19 years ago
parent 588bb376f2
commit 0da2c00cfd
  1. 22
      data/icons/default.edc
  2. 3
      data/icons/images/Makefile.am
  3. BIN
      data/icons/images/favorites.png
  4. 2
      src/bin/e_int_menus.c

@ -9,8 +9,10 @@ images {
image: "reset_button_glow_0.png" LOSSY 90;
image: "windows.png" LOSSY 90;
image: "module.png" LOSSY 90;
image: "favorites.png" LOSSY 90;
}
collections {
@ -230,4 +232,22 @@ collections {
}
}
}
group {
name: "favorites";
max: 64 64;
parts {
part {
name: "icon";
mouse_events: 0;
description {
state: "default" 0.0;
aspect: 1.0 1.0;
max: 64 64;
image {
normal: "favorites.png";
}
}
}
}
}
}

@ -11,4 +11,5 @@ reset_button_1.png \
reset_button_glow_0.png \
reset_button_glow_1.png \
windows.png \
modules.png
modules.png \
favorites.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

@ -44,6 +44,8 @@ e_int_menus_main_new(void)
dat->apps = subm;
mi = e_menu_item_new(m);
e_menu_item_label_set(mi, "Favorite Applications");
e_menu_item_icon_edje_set(mi, e_path_find(path_icons, "default.eet"),
"favorites");
e_menu_item_submenu_set(mi, subm);
mi = e_menu_item_new(m);

Loading…
Cancel
Save