From 9a2e625a9f70d5a1826a68b5c0b1f72c7971d7ad Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Mon, 5 Mar 2007 19:17:20 +0000 Subject: Don't use C++-style comments in C files. No code changes, only comments 2007-03-05 Christian Persch * lib/ephy-password-dialog.c: (update_capslock_warning), (ephy_password_dialog_constructor), (ephy_password_dialog_finalize), (ephy_password_dialog_class_init): * src/bookmarks/ephy-bookmark-action.c: (ephy_bookmark_action_updated): * src/ephy-cert-manager-dialog.c: (certs_manager_dialog_remove_button_clicked_cb), (certs_manager_dialog_finalize): * src/ephy-find-toolbar.c: (ephy_find_toolbar_init): * src/ephy-main.c: (unref_proxy_reply_cb): Don't use C++-style comments in C files. No code changes, only comments changed. Bug #414706, patch by John Millikin. svn path=/trunk/; revision=6940 --- src/ephy-main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ephy-main.c') diff --git a/src/ephy-main.c b/src/ephy-main.c index 2e071d486..06eb47f8f 100644 --- a/src/ephy-main.c +++ b/src/ephy-main.c @@ -60,7 +60,7 @@ static GQuark startup_error_quark = 0; static gboolean open_in_new_tab = FALSE; static gboolean open_in_new_window = FALSE; static gboolean open_as_bookmarks_editor = FALSE; -//static gboolean reload_plugins = FALSE; +/*static gboolean reload_plugins = FALSE;*/ static char *session_filename = NULL; static char *bookmark_url = NULL; @@ -228,7 +228,7 @@ unref_proxy_reply_cb (DBusGProxy *proxy, if (error != NULL) { g_warning ("An error occured while calling remote method: %s", error->message); - g_error_free (error);// FIXME??? + g_error_free (error);/* FIXME??? */ } g_object_unref (proxy); -- cgit v1.2.3