diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | lib/ephy-gui.c | 1 |
2 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,11 @@ 2003-07-12 Christian Persch <chpe@cvs.gnome.org> + * lib/ephy-gui.c: (ephy_gui_menu_position_under_widget): + + Remove debug spew. + +2003-07-12 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-navigation-action.c: (new_history_menu_item): Cleanup. diff --git a/lib/ephy-gui.c b/lib/ephy-gui.c index 114344dab..81077d140 100644 --- a/lib/ephy-gui.c +++ b/lib/ephy-gui.c @@ -59,7 +59,6 @@ ephy_gui_menu_position_under_widget (GtkMenu *menu, *x = CLAMP (*x, 0, MAX (0, screen_width - requisition.width)); *y = CLAMP (*y, 0, MAX (0, screen_height - requisition.height)); - g_print ("result %d\n", *y); } gboolean |