[hafqa] [hafqa] [Bug 926] New: Redundant dependency on libmatchbox1
From: bugzilla-daemon at maemo.org bugzilla-daemon at maemo.orgDate: Wed Jan 3 13:39:30 EET 2007
- Previous message: [hafqa] [Bug 910] Upgrading to Sardine results in unusable device.
- Next message: [hafqa] [Bug 796] osso-af-startup has no build files
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
https://maemo.org/bugzilla/show_bug.cgi?id=926 Summary: Redundant dependency on libmatchbox1 Product: haf Version: unspecified Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: hildon-libs AssignedTo: michael.kostrzewa at nokia.com ReportedBy: tommi.komulainen at nokia.com QAContact: hafqa at maemo.org hildon-libs is needlessly depending on libmatchbox1, which drags in one more library to all processes, which is bad. This redundant dependency should be removed. The only call to libmatchbox seems to be in hildon-app.c (hildon_app_event_filter): [...] /* FIXME: This is a hack. This was once just gtk_window_present, but was changed into this at some day!! */ if (GTK_WIDGET(app)->window) { mb_util_window_activate(GDK_DISPLAY(), GDK_WINDOW_XID(GTK_WIDGET(app)->window)); } Even if HildonApp was to stay, which it isn't, gtk_window_present would do the same thing. -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
- Previous message: [hafqa] [Bug 910] Upgrading to Sardine results in unusable device.
- Next message: [hafqa] [Bug 796] osso-af-startup has no build files
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]