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/bookmarks/ephy-bookmark-action.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/bookmarks/ephy-bookmark-action.c') diff --git a/src/bookmarks/ephy-bookmark-action.c b/src/bookmarks/ephy-bookmark-action.c index 9d14554e7..09efd132d 100644 --- a/src/bookmarks/ephy-bookmark-action.c +++ b/src/bookmarks/ephy-bookmark-action.c @@ -533,18 +533,18 @@ ephy_bookmark_action_updated (EphyBookmarkAction *action) g_object_freeze_notify (G_OBJECT (action)); - // Set smart_url + /* Set smart_url */ action->priv->smart_url = ephy_node_has_child (smart, node); g_object_notify (G_OBJECT (action), "smarturl"); - // Set title + /* Set title */ title = ephy_node_get_property_string (node, EPHY_NODE_BMK_PROP_TITLE); g_value_init (&value, G_TYPE_STRING); g_value_set_static_string (&value, title); g_object_set_property (G_OBJECT (action), "label", &value); g_value_unset (&value); - // Notify all other properties + /* Notify all other properties */ g_object_notify (G_OBJECT (action), "location"); g_object_notify (G_OBJECT (action), "tooltip"); g_object_notify (G_OBJECT (action), "icon"); -- cgit v1.2.3