Suppress warning message
This commit is contained in:
		@ -68,7 +68,7 @@ eek_gtk_renderer_real_get_icon_surface (EekRenderer *self,
 | 
				
			|||||||
    if (pixbuf != NULL)
 | 
					    if (pixbuf != NULL)
 | 
				
			||||||
        goto found;
 | 
					        goto found;
 | 
				
			||||||
    else {
 | 
					    else {
 | 
				
			||||||
        g_warning ("can't get icon pixbuf for %s: %s", path, error->message);
 | 
					/*      g_warning ("can't get icon pixbuf for %s: %s", path, error->message);*/
 | 
				
			||||||
        g_error_free (error);
 | 
					        g_error_free (error);
 | 
				
			||||||
        error = NULL;
 | 
					        error = NULL;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user