discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=f88bfbdda155bf34fea86068e6732da9e8b7ebe8

commit f88bfbdda155bf34fea86068e6732da9e8b7ebe8
Author: Mike Blumenkrantz <zm...@samsung.com>
Date:   Thu Aug 1 12:12:31 2013 +0100

    set name/class on evry clipboard
---
 src/modules/everything/evry_plug_clipboard.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/modules/everything/evry_plug_clipboard.c 
b/src/modules/everything/evry_plug_clipboard.c
index 7b4ff24..3787570 100644
--- a/src/modules/everything/evry_plug_clipboard.c
+++ b/src/modules/everything/evry_plug_clipboard.c
@@ -28,6 +28,7 @@ evry_plug_clipboard_init(void)
 
    Ecore_X_Window win = ecore_x_window_input_new(0, 0, 0, 1, 1);
    if (!win) return EINA_FALSE;
+   ecore_x_icccm_name_class_set(win, "evry", "clipboard");
 
 //FIXME: Icon name doesn't follow FDO Spec
    act = EVRY_ACTION_NEW(N_("Copy to Clipboard"),

-- 


Reply via email to