diff options
Diffstat (limited to 'src')
29 files changed, 127 insertions, 127 deletions
diff --git a/src/bookmarks/ephy-bookmark-action.c b/src/bookmarks/ephy-bookmark-action.c index 876c386f4..61d4865bb 100644 --- a/src/bookmarks/ephy-bookmark-action.c +++ b/src/bookmarks/ephy-bookmark-action.c @@ -122,7 +122,7 @@ create_tool_item (GtkAction *action) { GtkWidget *item, *button, *hbox, *label, *icon, *entry; - LOG ("Creating tool item for action %p", action) + LOG ("Creating tool item for action %p", action); item = GTK_ACTION_CLASS (parent_class)->create_tool_item (action); @@ -679,7 +679,7 @@ connect_proxy (GtkAction *action, GtkWidget *proxy) { GtkWidget *button, *entry; - LOG ("Connecting action %p to proxy %p", action, proxy) + LOG ("Connecting action %p to proxy %p", action, proxy); GTK_ACTION_CLASS (parent_class)->connect_proxy (action, proxy); @@ -837,7 +837,7 @@ ephy_bookmark_action_finalize (GObject *object) { /* EphyBookmarkAction *eba = EPHY_BOOKMARK_ACTION (object);*/ - LOG ("Bookmark action %p finalized", object) + LOG ("Bookmark action %p finalized", object); parent_class->finalize (object); } diff --git a/src/bookmarks/ephy-bookmark-properties.c b/src/bookmarks/ephy-bookmark-properties.c index 1ad51c8e4..6749b58ec 100644 --- a/src/bookmarks/ephy-bookmark-properties.c +++ b/src/bookmarks/ephy-bookmark-properties.c @@ -134,7 +134,7 @@ static void ephy_bookmark_properties_set_bookmark (EphyBookmarkProperties *selector, EphyNode *bookmark) { - LOG ("Set bookmark") + LOG ("Set bookmark"); selector->priv->bookmark = bookmark; @@ -282,7 +282,7 @@ set_window_icon (EphyBookmarkProperties *editor) icon_location = ephy_node_get_property_string (editor->priv->bookmark, EPHY_NODE_BMK_PROP_ICON); - LOG ("Get favicon for %s", icon_location ? icon_location : "None") + LOG ("Get favicon for %s", icon_location ? icon_location : "None"); if (icon_location != NULL) { diff --git a/src/bookmarks/ephy-bookmarks-editor.c b/src/bookmarks/ephy-bookmarks-editor.c index 11416c4ec..468dae4ab 100644 --- a/src/bookmarks/ephy-bookmarks-editor.c +++ b/src/bookmarks/ephy-bookmarks-editor.c @@ -1163,7 +1163,7 @@ ephy_bookmarks_editor_update_menu (EphyBookmarksEditor *editor) GtkWidget *focus_widget; int num_bmk_selected; - LOG ("Update menu sensitivity") + LOG ("Update menu sensitivity"); bmk_focus = ephy_node_view_is_target (EPHY_NODE_VIEW (editor->priv->bm_view)); @@ -1547,7 +1547,7 @@ provide_favicon (EphyNode *node, GValue *value, gpointer user_data) icon_location = ephy_node_get_property_string (node, EPHY_NODE_BMK_PROP_ICON); - LOG ("Get favicon for %s", icon_location ? icon_location : "None") + LOG ("Get favicon for %s", icon_location ? icon_location : "None"); if (icon_location) { diff --git a/src/bookmarks/ephy-bookmarks-export.c b/src/bookmarks/ephy-bookmarks-export.c index 4ff9e50e9..e08965be3 100644 --- a/src/bookmarks/ephy-bookmarks-export.c +++ b/src/bookmarks/ephy-bookmarks-export.c @@ -329,7 +329,7 @@ ephy_bookmarks_export_rdf (EphyBookmarks *bookmarks, char *tmp_file; int ret; - LOG ("Exporting as RDF to %s", filename) + LOG ("Exporting as RDF to %s", filename); START_PROFILER ("Exporting as RDF") @@ -366,7 +366,7 @@ out: STOP_PROFILER ("Exporting as RDF") - LOG ("Exporting as RDF %s.", ret >= 0 ? "succeeded" : "FAILED") + LOG ("Exporting as RDF %s.", ret >= 0 ? "succeeded" : "FAILED"); } void @@ -379,7 +379,7 @@ ephy_bookmarks_export_mozilla (EphyBookmarks *bookmarks, char *tmp_file, *template; int ret = -1; - LOG ("Exporting as Mozilla to %s", filename) + LOG ("Exporting as Mozilla to %s", filename); template = g_build_filename (g_get_tmp_dir (), "export-bookmarks-XXXXXX", NULL); @@ -428,5 +428,5 @@ out: STOP_PROFILER ("Exporting as Mozilla") - LOG ("Exporting as Mozilla %s.", ret >= 0 ? "succeeded" : "FAILED") + LOG ("Exporting as Mozilla %s.", ret >= 0 ? "succeeded" : "FAILED"); } diff --git a/src/bookmarks/ephy-bookmarks-import.c b/src/bookmarks/ephy-bookmarks-import.c index bc1a5ed59..23aa493ce 100644 --- a/src/bookmarks/ephy-bookmarks-import.c +++ b/src/bookmarks/ephy-bookmarks-import.c @@ -75,7 +75,7 @@ ephy_bookmarks_import (EphyBookmarks *bookmarks, type = gnome_vfs_get_file_mime_type (filename, NULL, FALSE); - LOG ("Importing bookmarks of type %s", type ? type : "(null)") + LOG ("Importing bookmarks of type %s", type ? type : "(null)"); if (type == NULL) { diff --git a/src/bookmarks/ephy-bookmarks-menu.c b/src/bookmarks/ephy-bookmarks-menu.c index 48bf8b8bf..8c54408bb 100644 --- a/src/bookmarks/ephy-bookmarks-menu.c +++ b/src/bookmarks/ephy-bookmarks-menu.c @@ -433,12 +433,12 @@ ephy_bookmarks_menu_rebuild (EphyBookmarksMenu *menu) if (menu->priv->needs_update == FALSE) { - LOG ("No update required") + LOG ("No update required"); return; } - LOG ("Rebuilding bookmarks menu") + LOG ("Rebuilding bookmarks menu"); ephy_bookmarks_menu_clean (menu); @@ -500,7 +500,7 @@ ephy_bookmarks_menu_rebuild (EphyBookmarksMenu *menu) static gboolean do_update_cb (EphyBookmarksMenu *menu) { - LOG ("do_update_cb") + LOG ("do_update_cb"); ephy_bookmarks_menu_rebuild (menu); menu->priv->update_tag = 0; @@ -574,7 +574,7 @@ static void bookmarks_tree_changed_cb (EphyBookmarks *bookmarks, EphyBookmarksMenu *menu) { - LOG ("bookmarks_tree_changed_cb") + LOG ("bookmarks_tree_changed_cb"); ephy_bookmarks_menu_maybe_update (menu); } @@ -584,7 +584,7 @@ topics_added_cb (EphyNode *keywords, EphyNode *bmk, EphyBookmarksMenu *menu) { - LOG ("topics_added_cb") + LOG ("topics_added_cb"); ephy_bookmarks_menu_maybe_update (menu); } @@ -595,7 +595,7 @@ topics_removed_cb (EphyNode *keywords, guint old_index, EphyBookmarksMenu *menu) { - LOG ("topics_removed_cb") + LOG ("topics_removed_cb"); ephy_bookmarks_menu_maybe_update (menu); } @@ -607,7 +607,7 @@ topic_child_changed_cb (EphyNode *node, EphyBookmarksMenu *menu) { LOG ("topic_child_changed_cb id=%d property=%d", - ephy_node_get_id (child), property_id) + ephy_node_get_id (child), property_id); if (property_id == EPHY_NODE_KEYWORD_PROP_NAME) { @@ -623,7 +623,7 @@ bookmark_added_cb (EphyNode *bookmarks, EphyNode *bmk, EphyBookmarksMenu *menu) { - LOG ("bookmark_added_cb id=%d", ephy_node_get_id (bmk)) + LOG ("bookmark_added_cb id=%d", ephy_node_get_id (bmk)); if (menu->priv->bmk_actions != NULL) { @@ -656,7 +656,7 @@ bookmark_removed_cb (EphyNode *bookmarks, guint old_index, EphyBookmarksMenu *menu) { - LOG ("bookmark_removed_cb id=%d", ephy_node_get_id (bmk)) + LOG ("bookmark_removed_cb id=%d", ephy_node_get_id (bmk)); if (menu->priv->bmk_actions != NULL) { @@ -675,7 +675,7 @@ static void activate_cb (GtkAction *action, EphyBookmarksMenu *menu) { - LOG ("activate_cb") + LOG ("activate_cb"); ephy_bookmarks_menu_rebuild (menu); } @@ -762,7 +762,7 @@ ephy_bookmarks_menu_finalize (GObject *o) g_free (p->path); - LOG ("EphyBookmarksMenu finalised %p", o); + LOG ("EphyBookmarksMenu finalised %p", o);; G_OBJECT_CLASS (parent_class)->finalize (o); } diff --git a/src/bookmarks/ephy-bookmarks.c b/src/bookmarks/ephy-bookmarks.c index 9d24f7d76..0d055993c 100644 --- a/src/bookmarks/ephy-bookmarks.c +++ b/src/bookmarks/ephy-bookmarks.c @@ -219,7 +219,7 @@ ephy_bookmarks_get_toolbars_model (EphyBookmarks *eb) { g_return_val_if_fail (EPHY_IS_BOOKMARKS (eb), NULL); - LOG ("ephy_bookmarks_get_toolbars_model") + LOG ("ephy_bookmarks_get_toolbars_model"); if (eb->priv->toolbars_model == NULL) { @@ -313,7 +313,7 @@ static void ephy_bookmarks_save (EphyBookmarks *eb) { - LOG ("Saving bookmarks") + LOG ("Saving bookmarks"); ephy_node_db_write_to_xml_safe (eb->priv->db, @@ -914,7 +914,7 @@ ephy_bookmarks_finalize (GObject *object) ephy_bookmarks_save (eb); /* have to do this before unreffing the nodes */ - LOG ("Unref bookmarks toolbars model") + LOG ("Unref bookmarks toolbars model"); if (eb->priv->toolbars_model != NULL) { g_object_unref (eb->priv->toolbars_model); @@ -930,7 +930,7 @@ ephy_bookmarks_finalize (GObject *object) g_free (eb->priv->xml_file); g_free (eb->priv->rdf_file); - LOG ("Bookmarks finalized") + LOG ("Bookmarks finalized"); G_OBJECT_CLASS (parent_class)->finalize (object); } @@ -1375,7 +1375,7 @@ ephy_bookmarks_find_keyword (EphyBookmarks *eb, if (g_utf8_strlen (name, -1) == 0) { - LOG ("Empty name, no keyword matches.") + LOG ("Empty name, no keyword matches."); return NULL; } @@ -1435,7 +1435,7 @@ ephy_bookmarks_set_keyword (EphyBookmarks *eb, if (ephy_node_has_child (eb->priv->notcategorized, bookmark)) { - LOG ("Remove from categorized bookmarks") + LOG ("Remove from categorized bookmarks"); ephy_node_remove_child (eb->priv->notcategorized, bookmark); } @@ -1457,7 +1457,7 @@ ephy_bookmarks_unset_keyword (EphyBookmarks *eb, if (!bookmark_is_categorized (eb, bookmark) && !ephy_node_has_child (eb->priv->notcategorized, bookmark)) { - LOG ("Add to not categorized bookmarks") + LOG ("Add to not categorized bookmarks"); ephy_node_add_child (eb->priv->notcategorized, bookmark); } diff --git a/src/bookmarks/ephy-bookmarksbar-model.c b/src/bookmarks/ephy-bookmarksbar-model.c index 4b32a04ed..13928950e 100755 --- a/src/bookmarks/ephy-bookmarksbar-model.c +++ b/src/bookmarks/ephy-bookmarksbar-model.c @@ -232,7 +232,7 @@ ephy_bookmarksbar_model_has_bookmark (EphyBookmarksBarModel *model, static gboolean save_changes_idle (EphyBookmarksBarModel *model) { - LOG ("Saving bookmarks toolbars model") + LOG ("Saving bookmarks toolbars model"); egg_toolbars_model_save (EGG_TOOLBARS_MODEL (model), @@ -418,7 +418,7 @@ load_toolbars (EphyBookmarksBarModel *model) gboolean success = FALSE; success = egg_toolbars_model_load (eggmodel, model->priv->xml_file); - LOG ("Loading the toolbars was %ssuccessful", success ? "" : "un") + LOG ("Loading the toolbars was %ssuccessful", success ? "" : "un"); /* Try migration first: load the old layout, and remove every toolbar * except the BookmarksBar toolbar @@ -452,7 +452,7 @@ load_toolbars (EphyBookmarksBarModel *model) } } - LOG ("Migration was %ssuccessful", success ? "" : "un") + LOG ("Migration was %ssuccessful", success ? "" : "un"); } /* Load default set */ @@ -460,7 +460,7 @@ load_toolbars (EphyBookmarksBarModel *model) { egg_toolbars_model_load (eggmodel, ephy_file ("epiphany-bookmarksbar.xml")); - LOG ("Loading the default toolbars was %ssuccessful", success ? "" : "un") + LOG ("Loading the default toolbars was %ssuccessful", success ? "" : "un"); } /* Ensure that we have a BookmarksBar */ @@ -476,7 +476,7 @@ ephy_bookmarksbar_model_init (EphyBookmarksBarModel *model) { model->priv = EPHY_BOOKMARKSBAR_MODEL_GET_PRIVATE (model); - LOG ("EphyBookmarksBarModel initialising") + LOG ("EphyBookmarksBarModel initialising"); model->priv->xml_file = g_build_filename (ephy_dot_dir (), EPHY_BOOKMARKSBARS_XML_FILE, @@ -497,7 +497,7 @@ ephy_bookmarksbar_model_dispose (GObject *object) { EphyBookmarksBarModel *model = EPHY_BOOKMARKSBAR_MODEL (object); - LOG ("EphyBookmarksBarModel disposing") + LOG ("EphyBookmarksBarModel disposing"); if (model->priv->timeout != 0) { @@ -517,7 +517,7 @@ ephy_bookmarksbar_model_finalize (GObject *object) g_free (model->priv->xml_file); - LOG ("EphyBookmarksBarModel finalised") + LOG ("EphyBookmarksBarModel finalised"); G_OBJECT_CLASS (parent_class)->finalize (object); } diff --git a/src/bookmarks/ephy-bookmarksbar.c b/src/bookmarks/ephy-bookmarksbar.c index 81202e670..d34dcf86c 100644 --- a/src/bookmarks/ephy-bookmarksbar.c +++ b/src/bookmarks/ephy-bookmarksbar.c @@ -181,7 +181,7 @@ ephy_bookmarksbar_action_request (EggEditableToolbar *eggtoolbar, bmks = ephy_bookmarks_get_bookmarks (toolbar->priv->bookmarks); topics = ephy_bookmarks_get_keywords (toolbar->priv->bookmarks); - LOG ("Action request for action '%s'", name) + LOG ("Action request for action '%s'", name); if (g_str_has_prefix (name, "GoBookmark-")) { @@ -295,7 +295,7 @@ ephy_bookmarksbar_finalize (GObject *object) G_CALLBACK (toolbar_added_cb), toolbar); - LOG ("EphyBookmarksBar %p finalised", object) + LOG ("EphyBookmarksBar %p finalised", object); G_OBJECT_CLASS (parent_class)->finalize (object); } diff --git a/src/bookmarks/ephy-favorites-menu.c b/src/bookmarks/ephy-favorites-menu.c index 8b1988633..d6f93d6c8 100644 --- a/src/bookmarks/ephy-favorites-menu.c +++ b/src/bookmarks/ephy-favorites-menu.c @@ -139,7 +139,7 @@ ephy_favorites_menu_rebuild (EphyFavoritesMenu *menu) GPtrArray *children; GtkUIManager *merge = GTK_UI_MANAGER (ephy_window_get_ui_manager (p->window)); - LOG ("Rebuilding favorites menu") + LOG ("Rebuilding favorites menu"); START_PROFILER ("Rebuild favorites menu") diff --git a/src/bookmarks/ephy-new-bookmark.c b/src/bookmarks/ephy-new-bookmark.c index 55a129776..46c05b216 100644 --- a/src/bookmarks/ephy-new-bookmark.c +++ b/src/bookmarks/ephy-new-bookmark.c @@ -466,7 +466,7 @@ ephy_new_bookmark_set_title (EphyNewBookmark *bookmark, { const char *real_title; - LOG ("Setting new bookmark title to: \"%s\"", title) + LOG ("Setting new bookmark title to: \"%s\"", title); if (title == NULL || strlen (title) == 0) { diff --git a/src/bookmarks/ephy-topic-action.c b/src/bookmarks/ephy-topic-action.c index 231e0e729..d170c634c 100644 --- a/src/bookmarks/ephy-topic-action.c +++ b/src/bookmarks/ephy-topic-action.c @@ -885,7 +885,7 @@ connect_proxy (GtkAction *action, GtkWidget *proxy) { GtkWidget *button; - LOG ("connect_proxy action %p, proxy %p", action, proxy) + LOG ("connect_proxy action %p, proxy %p", action, proxy); (* GTK_ACTION_CLASS (parent_class)->connect_proxy) (action, proxy); diff --git a/src/bookmarks/ephy-topics-selector.c b/src/bookmarks/ephy-topics-selector.c index 57cee2cd0..b0c618d67 100644 --- a/src/bookmarks/ephy-topics-selector.c +++ b/src/bookmarks/ephy-topics-selector.c @@ -81,7 +81,7 @@ static void ephy_topics_selector_set_bookmark (EphyTopicsSelector *selector, EphyNode *bookmark) { - LOG ("Set bookmark") + LOG ("Set bookmark"); selector->priv->bookmark = bookmark; diff --git a/src/ephy-encoding-menu.c b/src/ephy-encoding-menu.c index 9a31a0006..58862fdda 100644 --- a/src/ephy-encoding-menu.c +++ b/src/ephy-encoding-menu.c @@ -290,7 +290,7 @@ add_action (EphyNode *encodings, EphyNode *node, EphyEncodingMenu *menu) title = ephy_node_get_property_string (node, EPHY_NODE_ENCODING_PROP_TITLE); - LOG ("add_action for encoding '%s'", encoding) + LOG ("add_action for encoding '%s'", encoding); g_snprintf (name, sizeof (name), "Encoding%s", encoding); diff --git a/src/ephy-extensions-manager.c b/src/ephy-extensions-manager.c index 245c72dfe..927d72fd8 100644 --- a/src/ephy-extensions-manager.c +++ b/src/ephy-extensions-manager.c @@ -167,7 +167,7 @@ ephy_extensions_manager_load (EphyExtensionsManager *manager, g_return_if_fail (EPHY_IS_EXTENSIONS_MANAGER (manager)); g_return_if_fail (identifier != NULL); - LOG ("Adding '%s' to extensions", identifier) + LOG ("Adding '%s' to extensions", identifier); gconf_exts = eel_gconf_get_string_list (CONF_LOADED_EXTENSIONS); @@ -203,7 +203,7 @@ ephy_extensions_manager_unload (EphyExtensionsManager *manager, g_return_if_fail (EPHY_IS_EXTENSIONS_MANAGER (manager)); g_return_if_fail (identifier != NULL); - LOG ("Removing '%s' from extensions", identifier) + LOG ("Removing '%s' from extensions", identifier); gconf_exts = eel_gconf_get_string_list (CONF_LOADED_EXTENSIONS); @@ -371,7 +371,7 @@ ephy_extensions_manager_load_string (EphyExtensionsManager *manager, LocalisedString description = { NULL, G_MAXUINT }; LocalisedString name = { NULL, G_MAXUINT }; - LOG ("Loading description file for '%s'", identifier) + LOG ("Loading description file for '%s'", identifier); if (g_list_find_custom (manager->priv->data, identifier, (GCompareFunc) find_extension_info) != NULL) @@ -732,7 +732,7 @@ get_loader_for_type (EphyExtensionsManager *manager, EphyLoader *shlib_loader; GObject *loader; - LOG ("Looking for loader for type '%s'", type) + LOG ("Looking for loader for type '%s'", type); l = g_list_find_custom (manager->priv->factories, type, (GCompareFunc) find_loader); @@ -811,7 +811,7 @@ load_extension (EphyExtensionsManager *manager, g_return_if_fail (info->extension == NULL); - LOG ("Loading extension '%s'", info->info.identifier) + LOG ("Loading extension '%s'", info->info.identifier); /* don't try again */ if (info->load_failed) return; @@ -886,7 +886,7 @@ unload_extension (EphyExtensionsManager *manager, g_return_if_fail (info->loader != NULL); g_return_if_fail (info->extension != NULL || info->load_failed); - LOG ("Unloading extension '%s'", info->info.identifier) + LOG ("Unloading extension '%s'", info->info.identifier); if (info->load_failed) return; @@ -926,7 +926,7 @@ sync_loaded_extensions (EphyExtensionsManager *manager) gboolean active; ExtensionInfo *info; - LOG ("Synching changed list of active extensions") + LOG ("Synching changed list of active extensions"); client = gconf_client_get_default (); g_return_if_fail (client != NULL); @@ -958,7 +958,7 @@ sync_loaded_extensions (EphyExtensionsManager *manager) LOG ("Extension '%s' is %sactive and %sloaded", info->info.identifier, active ? "" : "not ", - info->info.active ? "" : "not ") + info->info.active ? "" : "not "); if (active != info->info.active) { @@ -1112,7 +1112,7 @@ ephy_extensions_manager_load_dir (EphyExtensionsManager *manager, GnomeVFSMonitorHandle *monitor; GnomeVFSResult res; - LOG ("Scanning directory '%s'", path) + LOG ("Scanning directory '%s'", path); START_PROFILER ("Scanning directory") @@ -1222,7 +1222,7 @@ ephy_extensions_manager_init (EphyExtensionsManager *manager) { manager->priv = EPHY_EXTENSIONS_MANAGER_GET_PRIVATE (manager); - LOG ("EphyExtensionsManager initialising") + LOG ("EphyExtensionsManager initialising"); } void @@ -1232,7 +1232,7 @@ ephy_extensions_manager_startup (EphyExtensionsManager *manager) g_return_if_fail (EPHY_IS_EXTENSIONS_MANAGER (manager)); - LOG ("EphyExtensionsManager startup") + LOG ("EphyExtensionsManager startup"); #ifdef ENABLE_VALIDATION init_schema_ctxt (manager); @@ -1259,7 +1259,7 @@ ephy_extensions_manager_finalize (GObject *object) EphyExtensionsManager *manager = EPHY_EXTENSIONS_MANAGER (object); EphyExtensionsManagerPrivate *priv = manager->priv; - LOG ("EphyExtensionsManager finalising") + LOG ("EphyExtensionsManager finalising"); eel_gconf_notification_remove (manager->priv->active_extensions_notifier_id); @@ -1305,7 +1305,7 @@ impl_attach_window (EphyExtension *extension, { EphyExtensionsManager *manager = EPHY_EXTENSIONS_MANAGER (extension); - LOG ("Attach") + LOG ("Attach"); g_list_foreach (manager->priv->extensions, (GFunc) attach_extension_to_window, window); @@ -1320,7 +1320,7 @@ impl_detach_window (EphyExtension *extension, EphyExtensionsManager *manager = EPHY_EXTENSIONS_MANAGER (extension); GList *tabs, *l; - LOG ("Detach") + LOG ("Detach"); manager->priv->windows = g_list_remove (manager->priv->windows, window); diff --git a/src/ephy-history-window.c b/src/ephy-history-window.c index 3343c5a04..1147db4af 100644 --- a/src/ephy-history-window.c +++ b/src/ephy-history-window.c @@ -1128,7 +1128,7 @@ provide_favicon (EphyNode *node, GValue *value, gpointer user_data) icon_location = ephy_node_get_property_string (node, EPHY_NODE_PAGE_PROP_ICON); - LOG ("Get favicon for %s", icon_location ? icon_location : "None") + LOG ("Get favicon for %s", icon_location ? icon_location : "None"); if (icon_location) { diff --git a/src/ephy-link.c b/src/ephy-link.c index 4b1ec7288..6fb34e878 100644 --- a/src/ephy-link.c +++ b/src/ephy-link.c @@ -89,7 +89,7 @@ ephy_link_open (EphyLink *link, {
EphyTab *new_tab = NULL;
- LOG ("ephy_link_open address \"%s\" parent-tab %p flags %u", address, tab, flags)
+ LOG ("ephy_link_open address \"%s\" parent-tab %p flags %u", address, tab, flags)
; g_signal_emit (link, signals[OPEN_LINK], 0,
address, tab, flags,
diff --git a/src/ephy-location-action.c b/src/ephy-location-action.c index a111559ea..402abb4cd 100644 --- a/src/ephy-location-action.c +++ b/src/ephy-location-action.c @@ -154,7 +154,7 @@ user_changed_cb (GtkWidget *proxy, EphyLocationAction *action) address = ephy_location_entry_get_location (EPHY_LOCATION_ENTRY (proxy)); - LOG ("user_changed_cb, new address %s", address) + LOG ("user_changed_cb, new address %s", address); g_signal_handlers_block_by_func (action, G_CALLBACK (sync_address), proxy); ephy_location_action_set_address (action, address); @@ -169,7 +169,7 @@ sync_address (GtkAction *gaction, EphyLocationAction *action = EPHY_LOCATION_ACTION (gaction); EphyLocationEntry *lentry = EPHY_LOCATION_ENTRY (proxy); - LOG ("sync_address %s", action->priv->address) + LOG ("sync_address %s", action->priv->address); g_signal_handlers_block_by_func (proxy, G_CALLBACK (user_changed_cb), action); ephy_location_entry_set_location (lentry, action->priv->address); @@ -703,7 +703,7 @@ ephy_location_action_set_address (EphyLocationAction *action, { g_return_if_fail (EPHY_IS_LOCATION_ACTION (action)); - LOG ("set_address %s", address) + LOG ("set_address %s", address); g_free (action->priv->address); action->priv->address = g_strdup (address); diff --git a/src/ephy-navigation-action.c b/src/ephy-navigation-action.c index bd094f0ed..4a5c17dbe 100644 --- a/src/ephy-navigation-action.c +++ b/src/ephy-navigation-action.c @@ -279,7 +279,7 @@ menu_activated_cb (GtkMenuToolButton *button, { GtkWidget *menu = NULL; - LOG ("menu_activated_cb dir %d", action->priv->direction) + LOG ("menu_activated_cb dir %d", action->priv->direction); switch (action->priv->direction) { @@ -316,7 +316,7 @@ set_tooltip_cb (GtkMenuToolButton *proxy, static void connect_proxy (GtkAction *action, GtkWidget *proxy) { - LOG ("Connect navigation action proxy") + LOG ("Connect navigation action proxy"); if (GTK_IS_MENU_TOOL_BUTTON (proxy)) { diff --git a/src/ephy-notebook.c b/src/ephy-notebook.c index 0f73b586a..8f8cdc5d9 100644 --- a/src/ephy-notebook.c +++ b/src/ephy-notebook.c @@ -730,7 +730,7 @@ ephy_notebook_finalize (GObject *object) } g_object_unref (notebook->priv->title_tips); - LOG ("EphyNotebook finalised %p", object) + LOG ("EphyNotebook finalised %p", object); G_OBJECT_CLASS (parent_class)->finalize (object); } diff --git a/src/ephy-session.c b/src/ephy-session.c index e111ebaca..117081c83 100644 --- a/src/ephy-session.c +++ b/src/ephy-session.c @@ -190,7 +190,7 @@ window_focus_in_event_cb (EphyWindow *window, GdkEventFocus *event, EphySession *session) { - LOG ("focus-in-event for window %p", window) + LOG ("focus-in-event for window %p", window); g_return_val_if_fail (g_list_find (session->priv->windows, window) != NULL, FALSE); @@ -211,7 +211,7 @@ impl_attach_window (EphyExtension *extension, EphySession *session = EPHY_SESSION (extension); GtkWidget *notebook; - LOG ("impl_attach_window") + LOG ("impl_attach_window"); session->priv->windows = g_list_append (session->priv->windows, window); ephy_session_save (session, SESSION_CRASHED); @@ -234,7 +234,7 @@ impl_detach_window (EphyExtension *extension, { EphySession *session = EPHY_SESSION (extension); - LOG ("impl_detach_window") + LOG ("impl_detach_window"); session->priv->windows = g_list_remove (session->priv->windows, window); ephy_session_save (session, SESSION_CRASHED); @@ -266,7 +266,7 @@ ephy_session_init (EphySession *session) { session->priv = EPHY_SESSION_GET_PRIVATE (session); - LOG ("EphySession initialising") + LOG ("EphySession initialising"); ensure_session_directory (); } @@ -276,7 +276,7 @@ ephy_session_dispose (GObject *object) { EphySession *session = EPHY_SESSION(object); - LOG ("EphySession disposing") + LOG ("EphySession disposing"); session_delete (session, SESSION_CRASHED); @@ -288,7 +288,7 @@ ephy_session_finalize (GObject *object) { EphySession *session = EPHY_SESSION (object); - LOG ("EphySession finalising") + LOG ("EphySession finalising"); /* FIXME: those should be NULL already!? */ g_list_free (session->priv->windows); @@ -410,7 +410,7 @@ ephy_session_autoresume (EphySession *session) char *saved_session; gboolean retval = FALSE; - LOG ("ephy_session_autoresume") + LOG ("ephy_session_autoresume"); if (session->priv->windows != NULL || session->priv->tool_windows != NULL) return FALSE; @@ -441,7 +441,7 @@ ephy_session_close (EphySession *session) { GList *windows; - LOG ("ephy_session_close") + LOG ("ephy_session_close"); /* we have to ref the shell or else we may get finalised between * destroying the windows and destroying the tool windows @@ -587,7 +587,7 @@ ephy_session_save (EphySession *session, return TRUE; } - LOG ("ephy_sesion_save %s", filename) + LOG ("ephy_sesion_save %s", filename); if (session->priv->windows == NULL && session->priv->tool_windows == NULL) { @@ -752,7 +752,7 @@ ephy_session_load (EphySession *session, GtkWidget *widget = NULL; char *save_to; - LOG ("ephy_sesion_load %s", filename) + LOG ("ephy_sesion_load %s", filename); save_to = get_session_filename (filename); @@ -837,7 +837,7 @@ void ephy_session_add_window (EphySession *session, GtkWindow *window) { - LOG ("ephy_session_add_window %p", window) + LOG ("ephy_session_add_window %p", window); session->priv->tool_windows = g_list_append (session->priv->tool_windows, window); @@ -857,7 +857,7 @@ void ephy_session_remove_window (EphySession *session, GtkWindow *window) { - LOG ("ephy_session_remove_window %p", window) + LOG ("ephy_session_remove_window %p", window); session->priv->tool_windows = g_list_remove (session->priv->tool_windows, window); diff --git a/src/ephy-shell.c b/src/ephy-shell.c index 08e493ab0..1fc08162a 100644 --- a/src/ephy-shell.c +++ b/src/ephy-shell.c @@ -318,7 +318,7 @@ save_yourself_cb (GnomeClient *client, EphySession *session; char *tmp, *save_to; - LOG ("save_yourself_cb") + LOG ("save_yourself_cb"); tmp = g_build_filename (ephy_dot_dir (), "session_gnome-XXXXXX", @@ -350,7 +350,7 @@ die_cb (GnomeClient* client, { EphySession *session; - LOG ("die_cb") + LOG ("die_cb"); session = EPHY_SESSION (ephy_shell_get_session (shell)); ephy_session_close (session); @@ -479,27 +479,27 @@ ephy_shell_finalize (GObject *object) g_assert (ephy_shell == NULL); /* this will unload the extensions */ - LOG ("Unref extension manager") + LOG ("Unref extension manager"); if (shell->priv->extensions_manager) { g_object_unref (shell->priv->extensions_manager); } #ifdef ENABLE_DBUS - LOG ("Shutting down DBUS service") + LOG ("Shutting down DBUS service"); if (shell->priv->dbus_service) { g_object_unref (shell->priv->dbus_service); } #endif - LOG ("Unref session manager") + LOG ("Unref session manager"); if (shell->priv->session) { g_object_unref (shell->priv->session); } - LOG ("Unref toolbars model") + LOG ("Unref toolbars model"); if (shell->priv->toolbars_model) if (shell->priv->toolbar_style_notifier_id != 0) { @@ -509,7 +509,7 @@ ephy_shell_finalize (GObject *object) g_object_unref (shell->priv->toolbars_model); } - LOG ("Unref fullscreen toolbars model") + LOG ("Unref fullscreen toolbars model"); if (shell->priv->fs_toolbars_model) { g_object_unref (shell->priv->fs_toolbars_model); @@ -527,25 +527,25 @@ ephy_shell_finalize (GObject *object) gtk_widget_destroy (GTK_WIDGET (shell->priv->history_window)); } - LOG ("Unref PDM Dialog") + LOG ("Unref PDM Dialog"); if (shell->priv->pdm_dialog) { g_object_unref (shell->priv->pdm_dialog); } - LOG ("Unref prefs dialog") + LOG ("Unref prefs dialog"); if (shell->priv->prefs_dialog) { g_object_unref (shell->priv->prefs_dialog); } - LOG ("Unref print setup dialog") + LOG ("Unref print setup dialog"); if (shell->priv->print_setup_dialog) { g_object_unref (shell->priv->print_setup_dialog); } - LOG ("Unref bookmarks") + LOG ("Unref bookmarks"); if (shell->priv->bookmarks) { g_object_unref (shell->priv->bookmarks); @@ -561,7 +561,7 @@ ephy_shell_finalize (GObject *object) bonobo_object_unref (shell->priv->automation_factory); } - LOG ("Ephy shell finalized") + LOG ("Ephy shell finalized"); } @@ -640,7 +640,7 @@ ephy_shell_new_tab (EphyShell *shell, jump_to = (flags & EPHY_NEW_TAB_JUMP) != 0; LOG ("Opening new tab parent-window %p parent-tab %p in-new-window:%s jump-to:%s", - parent_window, previous_tab, in_new_window ? "t" : "f", jump_to ? "t" : "f") + parent_window, previous_tab, in_new_window ? "t" : "f", jump_to ? "t" : "f"); if (!in_new_window && parent_window != NULL) { @@ -773,7 +773,7 @@ toolbar_style_notifier (GConfClient *client, GObject * ephy_shell_get_toolbars_model (EphyShell *shell, gboolean fullscreen) { - LOG ("ephy_shell_get_toolbars_model fs=%d", fullscreen) + LOG ("ephy_shell_get_toolbars_model fs=%d", fullscreen); if (fullscreen) { @@ -846,7 +846,7 @@ toolwindow_show_cb (GtkWidget *widget, EphyShell *es) { EphySession *session; - LOG ("Ref shell for %s", G_OBJECT_TYPE_NAME (widget)) + LOG ("Ref shell for %s", G_OBJECT_TYPE_NAME (widget)); session = EPHY_SESSION (ephy_shell_get_session (es)); ephy_session_add_window (ephy_shell->priv->session, GTK_WINDOW (widget)); @@ -858,7 +858,7 @@ toolwindow_hide_cb (GtkWidget *widget, EphyShell *es) { EphySession *session; - LOG ("Unref shell for %s", G_OBJECT_TYPE_NAME (widget)) + LOG ("Unref shell for %s", G_OBJECT_TYPE_NAME (widget)); session = EPHY_SESSION (ephy_shell_get_session (es)); ephy_session_remove_window (ephy_shell->priv->session, GTK_WINDOW (widget)); diff --git a/src/ephy-tab.c b/src/ephy-tab.c index 11ec9168a..009dbe2e3 100644 --- a/src/ephy-tab.c +++ b/src/ephy-tab.c @@ -494,7 +494,7 @@ popups_manager_add (EphyTab *tab, PopupInfo *popup; LOG ("popups_manager_add: tab %p, url %s, features %s", - tab, url, features) + tab, url, features); g_return_if_fail (EPHY_IS_TAB (tab)); @@ -549,7 +549,7 @@ static void popups_manager_add_window (EphyTab *tab, EphyWindow *window) { - LOG ("popups_manager_add_window: tab %p, window %p", tab, window) + LOG ("popups_manager_add_window: tab %p, window %p", tab, window); g_return_if_fail (EPHY_IS_TAB (tab)); g_return_if_fail (EPHY_IS_WINDOW (window)); @@ -604,7 +604,7 @@ ephy_tab_get_popups_allowed (EphyTab *tab) g_free (location); - LOG ("ephy_tab_get_popups_allowed: tab %p, allowed: %d", tab, allow) + LOG ("ephy_tab_get_popups_allowed: tab %p, allowed: %d", tab, allow); return allow; } @@ -630,7 +630,7 @@ popups_manager_show (PopupInfo *popup, static void popups_manager_show_all (EphyTab *tab) { - LOG ("popup_blocker_show_all: tab %p", tab) + LOG ("popup_blocker_show_all: tab %p", tab); g_slist_foreach (tab->priv->hidden_popups, (GFunc) popups_manager_show, tab); @@ -687,7 +687,7 @@ popups_manager_hide (EphyWindow *window, static void popups_manager_hide_all (EphyTab *tab) { - LOG ("popup_blocker_hide_all: tab %p", tab) + LOG ("popup_blocker_hide_all: tab %p", tab); g_slist_foreach (tab->priv->shown_popups, (GFunc) popups_manager_hide, tab); @@ -777,7 +777,7 @@ ephy_tab_finalize (GObject *object) G_OBJECT_CLASS (parent_class)->finalize (object); - LOG ("EphyTab finalized %p", tab) + LOG ("EphyTab finalized %p", tab); } static gboolean @@ -1049,7 +1049,7 @@ ephy_tab_address_cb (EphyEmbed *embed, const char *address, EphyTab *tab) { const char *uv_address; - LOG ("ephy_tab_address_cb tab %p address %s", tab, address) + LOG ("ephy_tab_address_cb tab %p address %s", tab, address); /* Do not expose about:blank to the user, an empty address bar will do better */ @@ -1125,7 +1125,7 @@ ephy_tab_zoom_changed_cb (EphyEmbed *embed, float zoom, EphyTab *tab) { char *address; - LOG ("ephy_tab_zoom_changed_cb tab %p zoom %f", tab, zoom) + LOG ("ephy_tab_zoom_changed_cb tab %p zoom %f", tab, zoom); ephy_tab_set_zoom (tab, zoom); @@ -1335,7 +1335,7 @@ ephy_tab_new_window_cb (EphyEmbed *embed, EphyWindow *window; LOG ("ephy_tab_new_window_cb tab %p with parent %p chrome %d", - tab, ((GtkWidget *) tab)->parent, chromemask) + tab, ((GtkWidget *) tab)->parent, chromemask); if (eel_gconf_get_boolean (CONF_LOCKDOWN_DISABLE_JAVASCRIPT_CHROME)) { @@ -1376,7 +1376,7 @@ ephy_tab_visibility_cb (EphyEmbed *embed, gboolean visibility, EphyTab *tab) { LOG ("ephy_tab_visibility_cb tab %p visibility %d", - tab, visibility) + tab, visibility); if (visibility) { @@ -1401,7 +1401,7 @@ ephy_tab_destroy_brsr_cb (EphyEmbed *embed, EphyTab *tab) g_return_if_fail (EPHY_IS_TAB (tab)); LOG ("ephy_tab_destroy_browser_cb tab %p parent %p", - tab, ((GtkWidget *) tab)->parent) + tab, ((GtkWidget *) tab)->parent); window = ephy_tab_get_window (tab); g_return_if_fail (window != NULL); @@ -1419,7 +1419,7 @@ ephy_tab_size_to_cb (EphyEmbed *embed, gint width, gint height, GtkWidget *notebook; EphyWindow *window; - LOG ("ephy_tab_size_to_cb tab %p width %d height %d", tab, width, height) + LOG ("ephy_tab_size_to_cb tab %p width %d height %d", tab, width, height); tab->priv->width = width; tab->priv->height = height; @@ -1536,7 +1536,7 @@ ephy_tab_dom_mouse_click_cb (EphyEmbed *embed, modifier = ephy_embed_event_get_modifier (event); LOG ("ephy_tab_dom_mouse_click_cb: button %d, context %x, modifier %x", - button, context, modifier) + button, context, modifier); with_control = (modifier & GDK_CONTROL_MASK) != 0; with_shift = (modifier & GDK_SHIFT_MASK) != 0; @@ -1619,7 +1619,7 @@ ephy_tab_init (EphyTab *tab) EphyFaviconCache *cache; char *id; - LOG ("EphyTab initialising %p", tab) + LOG ("EphyTab initialising %p", tab); tab->priv = EPHY_TAB_GET_PRIVATE (tab); diff --git a/src/ephy-tabs-menu.c b/src/ephy-tabs-menu.c index d6611db76..212a9e6e0 100644 --- a/src/ephy-tabs-menu.c +++ b/src/ephy-tabs-menu.c @@ -301,7 +301,7 @@ ephy_tabs_menu_update (EphyTabsMenu *menu) guint i = 0; GList *tabs = NULL, *l; - LOG ("Rebuilding open tabs menu") + LOG ("Rebuilding open tabs menu"); START_PROFILER ("Rebuilding tabs menu") diff --git a/src/ephy-toolbar.c b/src/ephy-toolbar.c index a92b22a68..abb2cf8c6 100755 --- a/src/ephy-toolbar.c +++ b/src/ephy-toolbar.c @@ -238,7 +238,7 @@ sync_user_input_cb (EphyLocationAction *action, EphyTab *tab; const char *address; - LOG ("sync_user_input_cb") + LOG ("sync_user_input_cb"); if (priv->updating_address) return; diff --git a/src/ephy-toolbars-model.c b/src/ephy-toolbars-model.c index b9d50140a..785974877 100755 --- a/src/ephy-toolbars-model.c +++ b/src/ephy-toolbars-model.c @@ -73,7 +73,7 @@ ephy_toolbars_model_get_type (void) static gboolean save_changes_idle (EphyToolbarsModel *model) { - LOG ("Saving toolbars model") + LOG ("Saving toolbars model"); egg_toolbars_model_save (EGG_TOOLBARS_MODEL (model), @@ -157,7 +157,7 @@ ephy_toolbars_model_load (EphyToolbarsModel *model) gboolean success; success = egg_toolbars_model_load (eggmodel, model->priv->xml_file); - LOG ("Loading the toolbars was %ssuccessful", success ? "" : "un") + LOG ("Loading the toolbars was %ssuccessful", success ? "" : "un"); /* maybe an old format, try to migrate: load the old layout, and * remove the BookmarksBar toolbar @@ -182,7 +182,7 @@ ephy_toolbars_model_load (EphyToolbarsModel *model) } } - LOG ("Migration was %ssuccessful", success ? "" : "un") + LOG ("Migration was %ssuccessful", success ? "" : "un"); } /* Still no success, load the default toolbars */ @@ -190,7 +190,7 @@ ephy_toolbars_model_load (EphyToolbarsModel *model) { success = egg_toolbars_model_load (eggmodel, ephy_file ("epiphany-toolbar.xml")); - LOG ("Loading the default toolbars was %ssuccessful", success ? "" : "un") + LOG ("Loading the default toolbars was %ssuccessful", success ? "" : "un"); } /* Ensure we have at least 1 toolbar */ diff --git a/src/ephy-window.c b/src/ephy-window.c index 8f6e2641d..c7e8c60c3 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -455,7 +455,7 @@ ephy_window_destroy (GtkObject *gtkobject) EphyWindow *window = EPHY_WINDOW (gtkobject); GSList *popups; - LOG ("EphyWindow destroy %p", window) + LOG ("EphyWindow destroy %p", window); if (window->priv->closing == FALSE) { @@ -1728,7 +1728,7 @@ show_embed_popup (EphyWindow *window, EphyTab *tab, EphyEmbedEvent *event) context = ephy_embed_event_get_context (event); - LOG ("show_embed_popup context %x", context) + LOG ("show_embed_popup context %x", context); if ((context & EPHY_EMBED_CONTEXT_EMAIL_LINK) && (context & EPHY_EMBED_CONTEXT_IMAGE)) @@ -2515,7 +2515,7 @@ ephy_window_init (EphyWindow *window) EggToolbarsModel *model; GError *error = NULL; - LOG ("EphyWindow initialising %p", window) + LOG ("EphyWindow initialising %p", window); g_object_ref (ephy_shell); @@ -2723,7 +2723,7 @@ ephy_window_finalize (GObject *object) G_OBJECT_CLASS (parent_class)->finalize (object); - LOG ("Ephy Window finalized %p", window) + LOG ("Ephy Window finalized %p", window); g_object_unref (ephy_shell); } diff --git a/src/pdm-dialog.c b/src/pdm-dialog.c index a0bf41712..199414d22 100755 --- a/src/pdm-dialog.c +++ b/src/pdm-dialog.c @@ -382,7 +382,7 @@ pdm_dialog_cookies_construct (PdmActionInfo *info) GtkTreeViewColumn *column; GtkTreeSelection *selection; - LOG ("pdm_dialog_cookies_construct") + LOG ("pdm_dialog_cookies_construct"); treeview = GTK_TREE_VIEW (ephy_dialog_get_control (EPHY_DIALOG (dialog), properties[PROP_COOKIES_TREEVIEW].id)); @@ -486,7 +486,7 @@ cookie_added_cb (EphyCookieManager *manager, { PdmActionInfo *info = dialog->priv->cookies; - LOG ("cookie_added_cb") + LOG ("cookie_added_cb"); info->add (info, (gpointer) ephy_cookie_copy (cookie)); } @@ -499,7 +499,7 @@ cookie_changed_cb (EphyCookieManager *manager, PdmActionInfo *info = dialog->priv->cookies; GtkTreeIter iter; - LOG ("cookie_changed_cb") + LOG ("cookie_changed_cb"); if (cookie_to_iter (info->model, cookie, &iter)) { @@ -520,7 +520,7 @@ cookie_deleted_cb (EphyCookieManager *manager, PdmActionInfo *info = dialog->priv->cookies; GtkTreeIter iter; - LOG ("cookie_deleted_cb") + LOG ("cookie_deleted_cb"); if (cookie_to_iter (info->model, cookie, &iter)) { @@ -538,7 +538,7 @@ cookies_cleared_cb (EphyCookieManager *manager, { PdmActionInfo *info = dialog->priv->cookies; - LOG ("cookies_cleared_cb") + LOG ("cookies_cleared_cb"); gtk_list_store_clear (GTK_LIST_STORE (info->model)); } @@ -631,7 +631,7 @@ pdm_dialog_passwords_construct (PdmActionInfo *info) GtkTreeViewColumn *column; GtkTreeSelection *selection; - LOG ("pdm_dialog_passwords_construct") + LOG ("pdm_dialog_passwords_construct"); treeview = GTK_TREE_VIEW (ephy_dialog_get_control (EPHY_DIALOG(dialog), properties[PROP_PASSWORDS_TREEVIEW].id)); @@ -686,7 +686,7 @@ static void passwords_changed_cb (EphyPasswordManager *manager, PdmDialog *dialog) { - LOG ("passwords changed") + LOG ("passwords changed"); /* since the callback doesn't carry any information about what * exactly has changed, we have to rebuild the list from scratch. diff --git a/src/prefs-dialog.c b/src/prefs-dialog.c index 7186caca6..6e631de76 100644 --- a/src/prefs-dialog.c +++ b/src/prefs-dialog.c @@ -688,7 +688,7 @@ fonts_language_changed_cb (EphyDialog *dialog, code = g_value_get_string (value); - LOG ("fonts language combo changed, new code '%s'", code) + LOG ("fonts language combo changed, new code '%s'", code); setup_font_combo (dialog, "variable", code, VARIABLE_PROP); setup_font_combo (dialog, "monospace", code, MONOSPACE_PROP); @@ -1176,7 +1176,7 @@ language_editor_add_button_clicked_cb (GtkWidget *button, g_object_add_weak_pointer (G_OBJECT (pd->priv->add_lang_dialog), - (gpointer *) &pd->priv->add_lang_dialog);; + (gpointer *) &pd->priv->add_lang_dialog); } ephy_dialog_show (pd->priv->add_lang_dialog); |