On Thu, 06 Dec 2012 19:01:22 +0100
Massimo Maiurana <maiur...@gmail.com> wrote:

> Michael Blumenkrantz, il 06/12/2012 18:49, ha scritto:
> 
> >> Modified: trunk/e/src/modules/pager/e_mod_config.c
> >> ===================================================================
> >> --- trunk/e/src/modules/pager/e_mod_config.c       2012-12-06 16:59:07 UTC 
> >> (rev 80373)
> >> +++ trunk/e/src/modules/pager/e_mod_config.c       2012-12-06 17:44:36 UTC 
> >> (rev 80374)
> >> @@ -141,7 +141,7 @@
> >>     ow = e_widget_check_add(evas, _("Show popup on desktop change"),
> >>                             &(cfdata->popup.show));
> >>     e_widget_framelist_object_append(of, ow);
> >> -   ow = e_widget_check_add(evas, _("Show popup for urgent windows"),
> >> +   ow = e_widget_check_add(evas, _("Show popup on urgent windows"),
> >>                             &(cfdata->popup.urgent_show));
> >>     e_widget_framelist_object_append(of, ow);
> >>     e_widget_list_object_append(ol, of, 1, 0, 0.5);
> >>
> >>
> > 
> > hmmm the last change here actually changes the meaning of the option 
> > though...
> 
> in src/modules/pager/e_mod_config.c:265 there is a string which says "Show
> popup on urgent windows". should I change that instead?
> 

I think so...trying to remember what this option does. if it causes the popup 
to show in the middle of the screen then yes, it should be "show popup for 
urgent windows". if it shows a popup on the pager window itself (which I don't 
think it does?) then it should be "...on urgent windows"

------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to