Better clipboard for Everything module

SVN revision: 47958
This commit is contained in:
toma 2010-04-12 14:17:14 +00:00 committed by toma
parent 3838a2cd42
commit e497c41726
4 changed files with 4 additions and 1 deletions

View File

@ -29385,6 +29385,7 @@ collections {
/* End of FreeDesktop.Org icons */
//E Specific icons
ICON("everything-launch","icon_advanced.png",64)
ICON("everything-clipboard","icon_evry_clipboard.png", 256)
//EFM Mime icons
ICONMIME("inode/chardevice","icon_efm_file.png",128)
ICONMIME("inode/blockdevice","icon_efm_file.png",128)

View File

@ -188,6 +188,7 @@ icon_efm_view.png \
icon_efm_vol_unmounted.png \
icon_efm_vol_mounted.png \
icon_efm_usbmedia.png \
icon_evry_clipboard.png \
icon_engine.png \
icon_extensions.png \
icon_favorites.png \

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

@ -30,7 +30,8 @@ evry_plug_clipboard_init(void)
Ecore_X_Window win = ecore_x_window_new(0, 0, 0, 1, 1);
if (!win) return EINA_FALSE;
act = evry_action_new("Copy to Clipboard", "TEXT", NULL, NULL, "edit-copy",
//FIXME: Icon name doesnt follow FDO Spec
act = evry_action_new("Copy to Clipboard", "TEXT", NULL, NULL, "everything-clipboard",
_action, _check_item, NULL, NULL, NULL, NULL);
evry_action_register(act, 10);