* src/widgets/modest-folder-view.c:
authorJose Dapena Paz <jdapena@igalia.com>
Mon, 19 Nov 2007 12:01:19 +0000 (12:01 +0000)
committerJose Dapena Paz <jdapena@igalia.com>
Mon, 19 Nov 2007 12:01:19 +0000 (12:01 +0000)
* Now we show properly the collapsed normal folder view
  (fixes NB#76252).

pmo-trunk-r3762

src/widgets/modest-folder-view.c

index b1d7a17..0c513d9 100644 (file)
@@ -856,7 +856,7 @@ get_folder_icons (TnyFolderType type, GObject *instance)
            if (!normal_pixbuf_open) {
                GdkPixbuf *emblem = modest_platform_get_icon ("qgn_list_gene_fldr_exp");
                normal_pixbuf_open = gdk_pixbuf_copy (normal_pixbuf);
            if (!normal_pixbuf_open) {
                GdkPixbuf *emblem = modest_platform_get_icon ("qgn_list_gene_fldr_exp");
                normal_pixbuf_open = gdk_pixbuf_copy (normal_pixbuf);
-               gdk_pixbuf_composite (emblem, draft_pixbuf_open, 0, 0, 
+               gdk_pixbuf_composite (emblem, normal_pixbuf_open, 0, 0, 
                                      MIN (gdk_pixbuf_get_width (emblem), 
                                           gdk_pixbuf_get_width (normal_pixbuf_open)),
                                      MIN (gdk_pixbuf_get_height (emblem), 
                                      MIN (gdk_pixbuf_get_width (emblem), 
                                           gdk_pixbuf_get_width (normal_pixbuf_open)),
                                      MIN (gdk_pixbuf_get_height (emblem),