summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIzhar Firdaus <izhar@inigo-tech.com>2011-04-12 03:12:45 +0800
committerIzhar Firdaus <izhar@inigo-tech.com>2011-04-12 03:12:45 +0800
commit3e385bd7be8d9e855e3862134ccfb8b218bbc09a (patch)
tree733f6129efd0957d22e518c1daa5bf107d147849
parent8a448909aee41503c10b221cdfce87dafe7e7056 (diff)
downloadhack-patches-3e385bd7be8d9e855e3862134ccfb8b218bbc09a.tar.gz
hack-patches-3e385bd7be8d9e855e3862134ccfb8b218bbc09a.tar.xz
hack-patches-3e385bd7be8d9e855e3862134ccfb8b218bbc09a.zip
added credits in extension.js
-rw-r--r--gnomeshell@pidgin.im/extension.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/gnomeshell@pidgin.im/extension.js b/gnomeshell@pidgin.im/extension.js
index 15da77d..989139f 100644
--- a/gnomeshell@pidgin.im/extension.js
+++ b/gnomeshell@pidgin.im/extension.js
@@ -1,3 +1,13 @@
+/* -*- mode: js2; js2-basic-offset: 4; indent-tabs-mode: nil -*- */
+
+/*
+ * Pidgin GnomeShell Integration.
+ *
+ * Credits to the author of Gajim extension as this extension code was modified
+ * from it.
+ *
+ */
+
const DBus = imports.dbus;
const Gettext = imports.gettext.domain('gnome-shell');
const GLib = imports.gi.GLib;