diff options
Diffstat (limited to 'src/ephy-link-action.c')
-rw-r--r-- | src/ephy-link-action.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ephy-link-action.c b/src/ephy-link-action.c index f5d9fe7e9..a6b39437c 100644 --- a/src/ephy-link-action.c +++ b/src/ephy-link-action.c @@ -51,7 +51,7 @@ proxy_button_release_event_cb (GtkButton *button, GdkEventButton *event, EphyLinkAction *action) { - /** + /* * We do not use ephy_gui_is_middle_click() here because * that also catches ctrl + left_click which already * triggers an activate event for all proxies. @@ -69,7 +69,7 @@ get_event_widget (GtkWidget *proxy) { GtkWidget *widget; - /** + /* * Finding the interesting widget requires internal knowledge of * the widgets in question. This can't be helped, but by keeping * the sneaky code in one place, it can easily be updated. @@ -81,7 +81,7 @@ get_event_widget (GtkWidget *proxy) } else if (GTK_IS_MENU_TOOL_BUTTON (proxy)) { - /** + /* * The menu tool button's button is the first child * of the child hbox. */ |