Enlightenment CVS committal Author : devilhorns Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_border.c Log Message: Add missing check for border prop dialog. =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_border.c,v retrieving revision 1.560 retrieving revision 1.561 diff -u -3 -r1.560 -r1.561 --- e_border.c 30 Nov 2006 10:42:14 -0000 1.560 +++ e_border.c 1 Dec 2006 15:01:44 -0000 1.561 @@ -3221,6 +3221,11 @@ e_object_del(E_OBJECT(bd->border_border_dialog)); bd->border_border_dialog = NULL; } + if (bd->border_prop_dialog) + { + e_object_del(E_OBJECT(bd->border_prop_dialog)); + bd->border_prop_dialog = NULL; + } e_int_border_menu_del(bd); ------------------------------------------------------------------------- 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