set name for notification popups

SVN revision: 81217
This commit is contained in:
Mike Blumenkrantz 2012-12-18 08:14:43 +00:00
parent e9182d8081
commit 38987b7872
1 changed files with 1 additions and 0 deletions

View File

@ -288,6 +288,7 @@ _notification_popup_new(E_Notification *n)
/* Create the popup window */
popup->win = e_popup_new(zone, 0, 0, 0, 0);
e_popup_name_set(popup->win, "_e_popup_notification");
popup->e = popup->win->evas;
/* Setup the theme */