aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-main.c')
-rw-r--r--src/ephy-main.c4
1 files changed, 2 insertions, 2 deletions
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);