e: fix notification module id.

Patch by P Purkayastha <ppurka@gmail.com>.


SVN revision: 69234
This commit is contained in:
Cedric BAIL 2012-03-12 08:58:23 +00:00
parent 05bf07450c
commit a35a47a558
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ notification_box_config_item_get(const char *id)
GADCON_CLIENT_CONFIG_GET(Config_Item, notification_cfg->items, _gc_class, id);
ci = E_NEW(Config_Item, 1);
ci->id = eina_stringshare_ref(id);
ci->id = eina_stringshare_add(id);
ci->show_label = 1;
ci->show_popup = 1;
ci->focus_window = 1;