fixed bug 2499, font leak in sidebar title, and bug 2206, bad zoom control

fixed bug 2499, font leak in sidebar title, and bug 2206, bad
	zoom control in vector theme
This commit is contained in:
Andy Hertzfeld 2000-09-07 00:16:56 +00:00
parent f1c8a7a2dd
commit 9defb149af
5 changed files with 14 additions and 4 deletions

View file

@ -1,3 +1,14 @@
2000-09-06 Andy Hertzfeld <andy@eazel.com>
* src/nautilus-sidebar-title.c: (update_font):
fixed bug 2499, font leak in sidebar title.
* icons/vector/Makefile.am:
* icons/vector/vector.xml:
fixed bug 2206, vector icon zoom control draws wrong, by removing
the custom zoom control for the vector theme, which was
experimental and not intended to stay around.
2000-09-06 Robey Pointer <robey@eazel.com>
* components/services/install/lib/eazel-install-md5.c:

View file

@ -5,8 +5,7 @@ vector_DATA = \
i-directory-accept.svg \
i-regular.svg \
i-regular.xml \
vector.xml \
zoom_body.png
vector.xml
EXTRA_DIST = $(vector_DATA)

View file

@ -4,6 +4,6 @@
<directory BACKGROUND_COLOR="rgb:FFFF/FFFF/3333-rgb:FFFF/9999/3333:h"/>
<toolbar ICON_THEME="eazel"/>
<desktop BACKGROUND_TILE_IMAGE="backgrounds/clouds.png"/>
<zoom_control NUMBER_V_OFFSET="-4" NUMBER_H_OFFSET="4"/>
<zoom_control NUMBER_V_OFFSET="2" />
<description TEXT="This experimental theme uses vector-based icons."/>
</theme>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 223 B

View file

@ -356,7 +356,7 @@ update_font (NautilusSidebarTitle *sidebar_title)
"-adobe-helvetica-bold-r-normal-*-%d-*-*-*-*-*-*-*");
nautilus_gtk_widget_set_font (sidebar_title->details->normal_title_label, label_font);
/* FIXME bugzilla.eazel.com 2499: Is there a font leak here? */
gdk_font_unref (label_font);
}
}