Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : slideshow

Dir     : e_modules/slideshow


Modified Files:
        e_mod_config.c 


Log Message:
Patch from Viktor Kojouharov to add a radio option for setting wallpaper on
the current screen.

===================================================================
RCS file: /cvs/e/e_modules/slideshow/e_mod_config.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -3 -r1.35 -r1.36
--- e_mod_config.c      12 Nov 2007 07:58:34 -0000      1.35
+++ e_mod_config.c      3 Apr 2008 18:38:52 -0000       1.36
@@ -114,6 +114,8 @@
    e_widget_framelist_object_append (of, ob);
    ob = e_widget_radio_add(evas, D_("Set wallpaper on current desktop"), 0, 
rg);
    e_widget_framelist_object_append (of, ob);
+   ob = e_widget_radio_add(evas, D_("Set wallpaper on current screen"), 2, rg);
+   e_widget_framelist_object_append (of, ob);
    if(ecore_x_xinerama_screen_count_get() > 1)
      {
        ob = e_widget_radio_add(evas, D_("Set wallpaper on current monitor 
(Xinerama support)"), 2, rg);



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to