mirror of https://github.com/GNOME/gimp.git
Fix regression caused by 2c9668cb
2c9668cb
did not contain the updates to gimpicons.h introduced inc4f5bae1
, accidentally reverting back two function signatures to before that commit.
This commit is contained in:
parent
2c9668cbb4
commit
34d613f364
|
@ -428,9 +428,9 @@ G_BEGIN_DECLS
|
|||
#define GIMP_ICON_ZOOM_FOLLOW_WINDOW "gimp-zoom-follow-window"
|
||||
|
||||
|
||||
void gimp_icons_init (void);
|
||||
void gimp_icons_init (void);
|
||||
|
||||
void gimp_icons_set_icon_theme (GFile *path);
|
||||
gboolean gimp_icons_set_icon_theme (GFile *path);
|
||||
|
||||
|
||||
G_END_DECLS
|
||||
|
|
Loading…
Reference in New Issue