diff options
author | jcid <devnull@localhost> | 2007-11-01 15:59:21 +0100 |
---|---|---|
committer | jcid <devnull@localhost> | 2007-11-01 15:59:21 +0100 |
commit | a98cd575bbb83fcf726c99741b8d97546696a16e (patch) | |
tree | 329abcdd611eb83d9af5b489b9f63a921271f13a /src/menu.cc | |
parent | 88268ea16cb3986a8541563c324341d196949770 (diff) |
- Added code for the image menu and hooked it to dw2 signals.
- Hooked the page and link menus.
- Added code for optional image loading (nice interface) very advanced!
- Fixed the position of the Bug Meter popup menu.
Diffstat (limited to 'src/menu.cc')
-rw-r--r-- | src/menu.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/menu.cc b/src/menu.cc index cd72bc44..b0a91691 100644 --- a/src/menu.cc +++ b/src/menu.cc @@ -360,13 +360,12 @@ void a_Menu_bugmeter_popup(BrowserWindow *bw, const DilloUrl *url) new Divider(); i = new Item("About Bug Meter..."); i->callback(Menu_bugmeter_about_cb); - pm->type(PopupMenu::POPUP123); pm->end(); } // Make the popup a child of the calling UI object - ((Group *)bw->ui)->add(pm); + //((Group *)bw->ui)->add(pm); pm->popup(); } |