diff options
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(); } |