diff options
-rw-r--r-- | chrome/content/topmenu-client.js | 2 |
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); |