* [gentoo-commits] gentoo-x86 commit in x11-libs/gtk+/files: gtk+-2.12.0-libtracker_so.patch
@ 2007-09-21 21:53 Remi Cardona (remi)
0 siblings, 0 replies; only message in thread
From: Remi Cardona (remi) @ 2007-09-21 21:53 UTC (permalink / raw
To: gentoo-commits
remi 07/09/21 21:53:39
Added: gtk+-2.12.0-libtracker_so.patch
Log:
last minute fix for tracker
(Portage version: 2.1.3.9)
Revision Changes Path
1.1 x11-libs/gtk+/files/gtk+-2.12.0-libtracker_so.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/files/gtk+-2.12.0-libtracker_so.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/files/gtk+-2.12.0-libtracker_so.patch?rev=1.1&content-type=text/plain
Index: gtk+-2.12.0-libtracker_so.patch
===================================================================
--- gtk/gtksearchenginetracker.c 2007/06/22 14:32:22 18219
+++ gtk/gtksearchenginetracker.c 2007/09/18 21:48:01 18846
@@ -71,10 +71,16 @@
{
int i;
GModule *tracker;
+ GModuleFlags flags;
done = TRUE;
-
- tracker = g_module_open ("libtracker.so.0", G_MODULE_BIND_LAZY | G_MODULE_BIND_LOCAL);
+ flags = G_MODULE_BIND_LAZY | G_MODULE_BIND_LOCAL;
+
+ tracker = g_module_open ("libtrackerclient.so.0", flags);
+
+ if (!tracker)
+ tracker = g_module_open ("libtracker.so.0", flags);
+
if (!tracker)
return;
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-09-21 22:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-21 21:53 [gentoo-commits] gentoo-x86 commit in x11-libs/gtk+/files: gtk+-2.12.0-libtracker_so.patch Remi Cardona (remi)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox