From 1a2372438209e8aa26310ebec78d2e58707cfe57 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Sat, 19 Aug 2000 23:40:46 +0000 Subject: Fixed a warning. 2000-08-19 Christopher James Lahey * e-shell-folder-title-bar.c: Fixed a warning. svn path=/trunk/; revision=4884 --- shell/e-shell-folder-title-bar.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shell/e-shell-folder-title-bar.c') diff --git a/shell/e-shell-folder-title-bar.c b/shell/e-shell-folder-title-bar.c index 62b0958b20..00d0e70e98 100644 --- a/shell/e-shell-folder-title-bar.c +++ b/shell/e-shell-folder-title-bar.c @@ -480,10 +480,10 @@ e_shell_folder_title_bar_set_icon (EShellFolderTitleBar *folder_title_bar, priv = folder_title_bar->priv; - gdk_pixbuf_ref (icon); + gdk_pixbuf_ref ((GdkPixbuf *) icon); if (priv->icon) gdk_pixbuf_unref (priv->icon); - priv->icon = icon; + priv->icon = (GdkPixbuf *) icon; pixmap = make_icon_pixmap (folder_title_bar, icon); -- cgit v1.2.3