GNOME Bugzilla – Bug 524778
libslab trivially depends on libeel
Last modified: 2008-11-21 19:55:36 UTC
Right now libslab brings in Eel for some alert dialogs which work pretty well with just plain Gtk+. Trivial patch to remove the Eel dependency follows.
Created attachment 108170 [details] [review] kill eel And here it is.
Moving to libslab, then...
Thanks for taking care of this :) Please go ahead and commit with a suitable ChangeLog.
awalton: ping
2008-08-11 A. Walton <awalton@gnome.org> reviewed by: Federico Mena Quintero * directory-tile.c (delete_trigger): * document-tile.c (delete_trigger): Remove Eel dependency from libslab. Bug #524778.
Looks like the source-changes got propagated via the 2.24 branch, but as of 2.24.0.1, configure.in still has: >PKG_CHECK_MODULES(LIBSLAB, $COMMON_MODULES gnome-desktop-2.0 librsvg-2.0 libgnome-menu pango eel-2.0)
Ummm, awalton's commit removed that module from configure.in, too. Where did you get the version you have?
Ooh, libslab *stand-alone*. I'm looking at gnome-control-center-2.24.0.1. Which apparently ships its own onboard eel out-of-sync with libslab itself? I finally remember to search before filing a dup bug, find the exact problem, but for the wrong pkg...
(er, s/eel/libslab/ in comment #8)