Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_int_config_modules.c 


Log Message:
Fix tab order for right side (About/Config/Unload).

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_modules.c,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -3 -r1.71 -r1.72
--- e_int_config_modules.c      27 Aug 2007 03:05:10 -0000      1.71
+++ e_int_config_modules.c      9 Oct 2007 17:57:50 -0000       1.72
@@ -157,6 +157,7 @@
    cfdata->o_desc = ow;
    e_widget_textblock_markup_set(ow, "Description: Unavailable.");
    e_widget_frametable_object_append(of, ow, 0, 1, 1, 1, 1, 1, 1, 0);
+
    ow = e_widget_button_add(evas, _("Load Module"), NULL, _btn_cb_load, 
                            cfdata, NULL);
    cfdata->b_load = ow;
@@ -171,21 +172,24 @@
    e_widget_on_change_hook_set(ow, _loaded_list_cb_change, cfdata);
    _fill_loaded_list(cfdata);
    e_widget_frametable_object_append(of, ow, 0, 0, 2, 1, 1, 1, 1, 1);
-   ow = e_widget_button_add(evas, _("Unload Module"), NULL, _btn_cb_unload, 
-                           cfdata, NULL);
-   cfdata->b_unload = ow;
-   e_widget_disabled_set(ow, 1);
-   e_widget_frametable_object_append(of, ow, 0, 2, 2, 1, 1, 1, 1, 0);
+
    ow = e_widget_button_add(evas, _("About"), NULL, _btn_cb_about, 
                            NULL, NULL);
    cfdata->b_about = ow;
    e_widget_disabled_set(ow, 1);
    e_widget_frametable_object_append(of, ow, 0, 1, 1, 1, 1, 0, 0, 0);
+
    ow = e_widget_button_add(evas, _("Configure"), NULL, _btn_cb_config, 
                            NULL, NULL);
    cfdata->b_config = ow;
    e_widget_disabled_set(ow, 1);
    e_widget_frametable_object_append(of, ow, 1, 1, 1, 1, 1, 0, 0, 0);
+   
+   ow = e_widget_button_add(evas, _("Unload Module"), NULL, _btn_cb_unload, 
+                           cfdata, NULL);
+   cfdata->b_unload = ow;
+   e_widget_disabled_set(ow, 1);
+   e_widget_frametable_object_append(of, ow, 0, 2, 2, 1, 1, 1, 1, 0);
    
    e_widget_table_object_append(ot, of, 1, 0, 1, 1, 1, 1, 1, 1);
    



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to