correct libgtk-x11 name

This commit is contained in:
foudfou 2011-08-17 23:42:04 +02:00
parent 6e2ce65512
commit e76f9bd4e6
2 changed files with 3 additions and 1 deletions

2
TODO
View File

@ -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

View File

@ -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 = {