From 46c10af32a80037c438c3c54f455a1db43a93e25 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Mon, 10 Jan 2005 00:23:14 +0000 Subject: A src/ephy-toolbar-editor.c: A src/ephy-toolbar-editor.h: 2005-01-10 Christian Persch * data/epiphany.schemas.in: * lib/ephy-prefs.h: * src/Makefile.am: * src/ephy-notebook.c: (tab_label_style_set_cb): * src/ephy-shell.c: (ephy_shell_finalize), (toolbar_style_notifier), (ephy_shell_get_toolbars_model): A src/ephy-toolbar-editor.c: A src/ephy-toolbar-editor.h: * src/window-commands.c: (window_cmd_edit_toolbar): Move toolbar editor dialogue into its own class, and implement a toolbar style override there. Fixes bug #102520. --- src/ephy-notebook.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/ephy-notebook.c') diff --git a/src/ephy-notebook.c b/src/ephy-notebook.c index ff96589fb..0f73b586a 100644 --- a/src/ephy-notebook.c +++ b/src/ephy-notebook.c @@ -841,9 +841,6 @@ tab_label_style_set_cb (GtkWidget *label, char_width = pango_font_metrics_get_approximate_digit_width (metrics); pango_font_metrics_unref (metrics); - LOG ("tab_label_size_request_cb label %p char_width %d total %d", - label, char_width, TAB_WIDTH_N_CHARS * PANGO_PIXELS (char_width)) - gtk_icon_size_lookup_for_settings (gtk_widget_get_settings (label), GTK_ICON_SIZE_MENU, &w, &h); -- cgit