aboutsummaryrefslogtreecommitdiff
path: root/src/menu.cc
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2007-11-01 15:59:21 +0100
committerjcid <devnull@localhost>2007-11-01 15:59:21 +0100
commita98cd575bbb83fcf726c99741b8d97546696a16e (patch)
tree329abcdd611eb83d9af5b489b9f63a921271f13a /src/menu.cc
parent88268ea16cb3986a8541563c324341d196949770 (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.cc3
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();
}