Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e/src Modified Files: settings.c Log Message: Disable dialog checkbox for non-functional "Button Image" feature. =================================================================== RCS file: /cvs/e/e16/e/src/settings.c,v retrieving revision 1.165 retrieving revision 1.166 diff -u -3 -r1.165 -r1.166 --- settings.c 4 Feb 2007 22:42:50 -0000 1.165 +++ settings.c 15 Feb 2007 01:00:09 -0000 1.166 @@ -485,10 +485,12 @@ DialogItemSetText(di, _("Enable Dialog Headers")); DialogItemCheckButtonSetPtr(di, &tmp_dialog_headers); +#if 0 /* Not functional */ di = DialogAddItem(table, DITEM_CHECKBUTTON); DialogItemSetColSpan(di, 2); DialogItemSetText(di, _("Enable Button Images")); DialogItemCheckButtonSetPtr(di, &tmp_button_image); +#endif di = DialogAddItem(table, DITEM_SEPARATOR); DialogItemSetColSpan(di, 2); ------------------------------------------------------------------------- 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