[Pkg-mozext-commits] [firetray] 24/399: correct libgtk-x11 name
David Prévot
taffit at alioth.debian.org
Tue Oct 29 18:23:07 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch dfsg-clean
in repository firetray.
commit e76f9bd4e63c97b820ee7a3117a868147708fada
Author: foudfou <foudil.newbie+git at gmail.com>
Date: Wed Aug 17 23:42:04 2011 +0200
correct libgtk-x11 name
---
TODO | 2 ++
src/modules/LibGtkStatusIcon.jsm | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/TODO b/TODO
index 81b2339..0a67368 100644
--- a/TODO
+++ b/TODO
@@ -3,3 +3,5 @@
* add 'quit' to icon menu + add option UI for close_all_tabs
* make multi-platform. At least have js-ctypes library call dependant on OS detection. (best would be to have the OS-dependant modules loaded at startup)
+
+* convert to a https://developer.mozilla.org/en/Extensions/Bootstrapped_extensions
diff --git a/src/modules/LibGtkStatusIcon.jsm b/src/modules/LibGtkStatusIcon.jsm
index 7c83b67..1941c1d 100644
--- a/src/modules/LibGtkStatusIcon.jsm
+++ b/src/modules/LibGtkStatusIcon.jsm
@@ -6,7 +6,7 @@ const Cc = Components.classes;
const Ci = Components.interfaces;
const Cu = Components.utils;
-const LIB_GTK = "libgtk-x11-2.0.so";
+const LIB_GTK = "libgtk-x11-2.0.so.0";
var LibGtkStatusIcon = {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/firetray.git
More information about the Pkg-mozext-commits
mailing list