yes On Tue, Jun 26, 2012 at 9:55 AM, Leif Middelschulte < [email protected]> wrote:
> Am Dienstag, 26. Juni 2012 um 10:51 schrieb Enlightenment SVN: > > Log: > > display affected screen in shelf config dialog > > > > > > Author: discomfitor > > Date: 2012-06-26 01:51:10 -0700 (Tue, 26 Jun 2012) > > New Revision: 72858 > > Trac: http://trac.enlightenment.org/e/changeset/72858 > > > > Modified: > > trunk/e/src/modules/conf_shelves/e_int_config_shelf.c > > > > Modified: trunk/e/src/modules/conf_shelves/e_int_config_shelf.c > > =================================================================== > > --- trunk/e/src/modules/conf_shelves/e_int_config_shelf.c 2012-06-26 > 08:40:08 UTC (rev 72857) > > +++ trunk/e/src/modules/conf_shelves/e_int_config_shelf.c 2012-06-26 > 08:51:10 UTC (rev 72858) > > @@ -66,10 +66,12 @@ > > _basic_create(E_Config_Dialog *cfd, Evas *evas, E_Config_Dialog_Data > *cfdata) > > { > > Evas_Object *ol, *ow, *ot, *of; > > + char buf[64]; > > > > ol = e_widget_list_add(evas, 0, 0); > > > > - of = e_widget_framelist_add(evas, _("Configured Shelves"), 0); > > + snprintf(buf, sizeof(buf), "%s %d", _("Configured Shelves: Display"), > e_util_zone_current_get(cfd->con->manager)->); > > > > > > Sure about the end of the line above? > > + of = e_widget_framelist_add(evas, buf, 0); > > cfdata->o_list = e_widget_ilist_add(evas, 24, 24, &(cfdata->cur_shelf)); > > e_widget_size_min_set(cfdata->o_list, (140 * e_scale), (80 * e_scale)); > > e_widget_framelist_object_append(of, cfdata->o_list); > > @@ -226,7 +228,6 @@ > > cfg->name = eina_stringshare_add("shelf"); > > cfg->container = con->num; > > cfg->zone = zone->num; > > - printf("zone = %i\n", cfg->zone); > > cfg->popup = 1; > > cfg->layer = 200; > > cfg->orient = E_GADCON_ORIENT_CORNER_BR; > > > > > > > ------------------------------------------------------------------------------ > > Live Security Virtual Conference > > Exclusive live event will cover all the ways today's security and > > threat landscape has changed and how IT managers can respond. Discussions > > will include endpoint security, mobile security and the latest in malware > > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > > _______________________________________________ > > enlightenment-svn mailing list > > [email protected] (mailto: > [email protected]) > > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn > > > > > > > -- > Leif > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > enlightenment-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
