Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        settings.c 


Log Message:
Fix segv in "Advanced Settings" dialog when dialog headers are enabled.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/settings.c,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -3 -r1.121 -r1.122
--- settings.c  3 Aug 2004 17:37:45 -0000       1.121
+++ settings.c  7 Aug 2004 00:05:33 -0000       1.122
@@ -3243,7 +3243,7 @@
    if (Conf.dialogs.headers)
      {
        di = DialogAddItem(table, DITEM_TEXT);
-       DialogItemSetColSpan(di, 6);
+       DialogItemSetColSpan(di, 7);
        DialogItemSetPadding(di, 2, 2, 2, 2);
        DialogItemSetFill(di, 1, 0);
        DialogItemTextSetText(di,
@@ -3251,7 +3251,7 @@
                                "Settings Dialog\n"));
 
        di = DialogAddItem(table, DITEM_SEPARATOR);
-       DialogItemSetColSpan(di, 6);
+       DialogItemSetColSpan(di, 7);
        DialogItemSetPadding(di, 2, 2, 2, 2);
        DialogItemSetFill(di, 1, 0);
        DialogItemSeparatorSetOrientation(di, 0);




-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to