Mercurial > dillo_port1.3
changeset 1984:dd26b1bebabc
Fix for e816e06ee901: part 2 (missing callback)
author | Jorge Arellano Cid <jcid@dillo.org> |
---|---|
date | Fri, 22 Apr 2011 18:32:01 -0300 |
parents | ce68c58f2f82 |
children | 93141e9745c8 |
files | src/menu.cc |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/menu.cc Fri Apr 22 16:12:20 2011 -0300 +++ b/src/menu.cc Fri Apr 22 18:32:01 2011 -0300 @@ -669,7 +669,8 @@ {"medium",0,Menu_panel_change_cb,(void*)2,FL_MENU_RADIO,0,0,0,0}, {"large", 0,Menu_panel_change_cb,(void*)3, FL_MENU_RADIO|FL_MENU_DIVIDER,0,0,0,0}, - {"small icons", 0,0,(void*)10,FL_MENU_TOGGLE,0,0,0,0}, + {"small icons", 0,Menu_panel_change_cb,(void*)10, + FL_MENU_TOGGLE,0,0,0,0}, {0,0,0,0,0,0,0,0,0} };