summaryrefslogtreecommitdiff
path: root/libappindicator-gtk3/0001-Glib.Timeout-fix.patch
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2019-08-04 16:15:50 +0200
committerTim Biermann <tbier@posteo.de>2019-08-04 16:15:50 +0200
commit397214e2a45b11ad7b2f3f274524aca80e8e0547 (patch)
tree2278642d4751f1760a55d45ed9ae92a3e42bfb0e /libappindicator-gtk3/0001-Glib.Timeout-fix.patch
parentaacac01dd8fe32fddcc864dee98e3137e8d0b6b6 (diff)
downloadcontrib-397214e2a45b11ad7b2f3f274524aca80e8e0547.tar.gz
contrib-397214e2a45b11ad7b2f3f274524aca80e8e0547.tar.xz
libappindicator-gtk3: initial commit
Diffstat (limited to 'libappindicator-gtk3/0001-Glib.Timeout-fix.patch')
-rw-r--r--libappindicator-gtk3/0001-Glib.Timeout-fix.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/libappindicator-gtk3/0001-Glib.Timeout-fix.patch b/libappindicator-gtk3/0001-Glib.Timeout-fix.patch
new file mode 100644
index 000000000..27744c411
--- /dev/null
+++ b/libappindicator-gtk3/0001-Glib.Timeout-fix.patch
@@ -0,0 +1,24 @@
+From f949448c898b2428e146d18e0821fa242a7099f6 Mon Sep 17 00:00:00 2001
+From: Xiao-Long Chen <chenxiaolong@cxl.epac.to>
+Date: Tue, 7 Oct 2014 17:21:42 -0400
+Subject: [PATCH 1/3] Glib.Timeout fix
+
+---
+ example/simple-client-vala.vala | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/example/simple-client-vala.vala b/example/simple-client-vala.vala
+index f8cd874..6d8d71b 100644
+--- a/example/simple-client-vala.vala
++++ b/example/simple-client-vala.vala
+@@ -20,6 +20,7 @@ You should have received a copy of the GNU General Public License along
+ with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
++using GLib;
+ using Gtk;
+ using AppIndicator;
+
+--
+2.1.2
+

Generated by cgit