summaryrefslogtreecommitdiff
path: root/components/html
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2000-04-05 17:16:31 +0000
committerDarin Adler <darin@src.gnome.org>2000-04-05 17:16:31 +0000
commit459883de537b85adf7b2248765716c854f06eda6 (patch)
treeb3c21ce27fa0143965f201529837d8b1dd84d4b1 /components/html
parent4114cee09ea38699b3a92735124637172ef9b4bc (diff)
downloadnautilus-459883de537b85adf7b2248765716c854f06eda6.tar.gz
Removed some unnecessary \n from g_errors.
* components/services/startup/eazel-register.c: (add_package_info): * libnautilus/nautilus-file-utilities.c: (nautilus_user_top_directory): * libnautilus/nautilus-global_preferences.c: (global_preferences_get_dialog): * libnautilus/nautilus-icon-factory.c: (nautilus_icon_factory_get_thumbnail_uri): Removed unnecessary \n characters from g_warning, g_error, and g_message calls. * components/html/ntl-web-browser.c (browser_url_load_done): Ettore says we should stop calling gtk_html_private_calc_scrollbars and if it causes any problems then it's just a bug in GtkHTML that should be fixed,. * src/ntl-window-msgs.c: Reformatted the code as a first step for some changes that will make the state machine easier to understand.
Diffstat (limited to 'components/html')
-rw-r--r--components/html/ntl-web-browser.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/components/html/ntl-web-browser.c b/components/html/ntl-web-browser.c
index f0b94839f..bea80d12b 100644
--- a/components/html/ntl-web-browser.c
+++ b/components/html/ntl-web-browser.c
@@ -183,9 +183,6 @@ browser_url_load_done(GtkWidget *htmlw, BrowserInfo *bi)
{
Nautilus_ProgressRequestInfo pri;
- /* FIXME: If this is private, we should not be calling it. */
- gtk_html_private_calc_scrollbars(GTK_HTML(bi->htmlw));
-
memset(&pri, 0, sizeof(pri));
pri.type = Nautilus_PROGRESS_DONE_OK;