Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 287709 | Differences between
and this patch

Collapse All | Expand All

(-)glocalfileinfo.c_orig (-1 / +1 lines)
Lines 1588-1594 Link Here
1588
	  if (_g_file_attribute_matcher_matches_id (attribute_matcher,
1588
	  if (_g_file_attribute_matcher_matches_id (attribute_matcher,
1589
						    G_FILE_ATTRIBUTE_ID_STANDARD_ICON))
1589
						    G_FILE_ATTRIBUTE_ID_STANDARD_ICON))
1590
	    {
1590
	    {
1591
	      GIcon *icon;
1591
	      GIcon *icon = 0;
1592
1592
1593
              if (strcmp (path, g_get_home_dir ()) == 0)
1593
              if (strcmp (path, g_get_home_dir ()) == 0)
1594
                icon = g_themed_icon_new ("user-home");
1594
                icon = g_themed_icon_new ("user-home");

Return to bug 287709