Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : screenshot

Dir     : e_modules/screenshot


Modified Files:
        e_mod_config.c 


Log Message:
Remove unused function. Change dialogue title.
===================================================================
RCS file: /cvsroot/enlightenment/e_modules/screenshot/e_mod_config.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- e_mod_config.c      19 Dec 2005 21:02:53 -0000      1.4
+++ e_mod_config.c      27 Dec 2005 13:39:43 -0000      1.5
@@ -50,7 +50,6 @@
 };
 
 /* Protos */
-static Evas_Object   *_create_widgets(E_Config_Dialog *cfd, Evas *evas, Config 
*cfdata);
 static void         *_create_data(E_Config_Dialog *cfd);
 static void         _free_data(E_Config_Dialog *cfd, CFData *cfdata);
 static Evas_Object   *_basic_create_widgets(E_Config_Dialog *cfd, Evas *evas, 
CFData *cfdata);
@@ -74,7 +73,7 @@
    v.advanced.create_widgets = _advanced_create_widgets;
 
    /* create config diaolg */
-   cfd = e_config_dialog_new(con, _("Screenshot Module"), NULL, 0, &v, s);
+   cfd = e_config_dialog_new(con, _("Screenshot Configuration"), NULL, 0, &v, 
s);
 }
 
 static void




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to