GNOME Bugzilla – Bug 133692
shell/gpdf.c uses GTK 2.3 feature
Last modified: 2004-12-22 21:47:04 UTC
I've just been building the GNOME 2.4.2 desktop release, which includes GTK+ 2.2.4 and gpdf 0.112. gpdf fails to compile because the function set_window_icon_default in shell/gpdf.c uses gtk_window_set_default_icon, which wasn't added to GTK+ until 2.3.0. This makes gpdf impossible to build in the desktop release, which seems a bit odd. The fix appears to be to make set_window_icon_default use gtk_window_set_default_icon_list instead, since that does exist in GTK+ 2.2.4.
Created attachment 24165 [details] [review] Patch to use GTK+ 2.2 function instead of the GTK+ 2.3 equivalent
Prevents building->immediate priority. I'm adding the patch keyword and the bugsquad keywords as well.
Confirmed, I'm sorry about that silliness. Was already fixed with gpdf 0.112.1.