diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-07-13 03:01:43 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-07-13 03:01:43 +0800 |
commit | 402a852e3942e9b679947e06fefd53b62a7e2fcc (patch) | |
tree | 67c38cca8f1dbac47c20c0d55e4328b3d7b872a0 | |
parent | abd9a2e47e90cecdab2a811f31766753269d74fa (diff) | |
download | gsoc2013-epiphany-402a852e3942e9b679947e06fefd53b62a7e2fcc.tar.gz gsoc2013-epiphany-402a852e3942e9b679947e06fefd53b62a7e2fcc.tar.zst gsoc2013-epiphany-402a852e3942e9b679947e06fefd53b62a7e2fcc.zip |
Remove debug spew.
2003-07-12 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-gui.c: (ephy_gui_menu_position_under_widget):
Remove debug spew.
-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 |