Enlightenment CVS committal

Author  : onefang
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_apps.c e_int_config_icon_themes.c 


Log Message:
*Add some more explenation of the border find algo.

*Pack the fm properly so it handles dialog resizes properly.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_apps.c,v
retrieving revision 1.219
retrieving revision 1.220
diff -u -3 -r1.219 -r1.220
--- e_apps.c    3 Oct 2006 15:51:58 -0000       1.219
+++ e_apps.c    5 Oct 2006 08:35:30 -0000       1.220
@@ -1218,8 +1218,9 @@
         E_App *a;
 
         /* If class didn't match then we would not be here. */
-       /* Its a match if the name and the border are both NULL. */
-       /* If a name glob was specified in the E_App, then try to match that. */
+       /* If there is no name in the E_App, it is implicitily a match. */
+       /* Its a match if the E_App name and the border name are both NULL. */
+       /* If a name glob was specified in the E_App, then try to match that 
with the border name. */
         addition = 2;
         a = e_app_path_find(path);
        if (a)
@@ -1393,6 +1394,9 @@
            _e_apps_winners_search(_e_apps_border_ng_win_title, 
_e_apps_border_g_win_title, title, NULL, &winners, FALSE);
         if ((bd->client.icccm.window_role))
            _e_apps_winners_search(_e_apps_border_ng_win_role, 
_e_apps_border_g_win_role, bd->client.icccm.window_role, NULL, &winners, FALSE);
+        /* We deliberately ignore the exe arguments when matching, even though 
ICCCM supplies them.
+        * Ask raster if you want to know why.
+        */
         if ((bd->client.icccm.command.argv) && 
(bd->client.icccm.command.argv[0]))
            _e_apps_winners_search(_e_apps_border_ng_exe, NULL, 
bd->client.icccm.command.argv[0], NULL, &winners, FALSE);
 
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_icon_themes.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- e_int_config_icon_themes.c  22 Sep 2006 07:49:54 -0000      1.11
+++ e_int_config_icon_themes.c  5 Oct 2006 08:35:30 -0000       1.12
@@ -255,6 +255,13 @@
    cfdata->gui.o_frame = ob;
    e_widget_min_size_set(ob, 200, 120);
    e_widget_framelist_object_append(of, ob);
+   e_box_pack_options_set(ob,
+                         1, 1, /* fill */
+                         1, 1, /* expand */
+                         1, 1, /* align */
+                         200, 120, /* min */
+                         99999, 99999 /* max */
+                         );
 
    e_widget_table_object_append(ot, of, 2, 0, 2, 4, 1, 1, 1, 1);
    e_widget_list_object_append(o, ot, 1, 1, 0.5);



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to