summaryrefslogtreecommitdiff
path: root/chrome
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2014-05-23 00:50:58 +0200
committerJavier <dev.git@javispedro.com>2014-05-23 00:50:58 +0200
commit9eec47cab5eb3a0e45a18da1f0e4650e10ea73e3 (patch)
treed9672f87d844b3920af73bb8b82a6cf9f8acb47f /chrome
parent06567c7ae02f45ba86ba39a876fb20df9c666ec8 (diff)
downloadtopmenu-mozilla-9eec47cab5eb3a0e45a18da1f0e4650e10ea73e3.tar.gz
topmenu-mozilla-9eec47cab5eb3a0e45a18da1f0e4650e10ea73e3.zip
specifically use gtk2 version of lib
Diffstat (limited to 'chrome')
-rw-r--r--chrome/content/topmenu-client.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/content/topmenu-client.js b/chrome/content/topmenu-client.js
index af8b1d2..f37e9e2 100644
--- a/chrome/content/topmenu-client.js
+++ b/chrome/content/topmenu-client.js
@@ -26,4 +26,4 @@ function defines(lib) {
lib.lazy_bind("topmenu_monitor_is_topmenu_available", glib.gboolean, this.TopMenuMonitor.ptr);
}
-new ctypes_library("topmenu-client", [ 0 ], defines, this);
+new ctypes_library("topmenu-client-gtk2", [ 0 ], defines, this);