New helper function get_pixmap_icon_from_default_icon
commitb8025ee8996009721540c5e866f7993cb938358a
authorRodolfo García Peñas (kix) <kix@kix.es>
Tue, 23 Oct 2012 21:59:59 +0000 (23 23:59 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 28 Oct 2012 10:58:43 +0000 (28 10:58 +0000)
treed5d1c1ca2f44976c606b8c9bc6111388908cd175
parentf3d36b1c26a25e267f9ddf2c7615dd707b3d7af4
New helper function get_pixmap_icon_from_default_icon

The new helper function get_pixmap_icon_from_default_icon search
the default icon in the disk and return it.

Now get_pixmap_icon_from_user_icon() returns do the work about
search the user icon, and the work about default icon is splitted
in the function get_pixmap_icon_from_user_icon.
src/icon.c