summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-panel-plugins/notes/files/0002-main-status-icon.c-remove-deprecated-g_type_init.patch
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2015-05-25 11:48:20 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2015-05-28 10:35:15 +0200
commit3c9f68dc455d1ce7ab472eef9a1af3550fc578fa (patch)
tree0c3775cb31864e2dbcc05419e14eaf1ea3887660 /meta-xfce/recipes-panel-plugins/notes/files/0002-main-status-icon.c-remove-deprecated-g_type_init.patch
parent2be2cbf444394e86c8ae924e423c97166c48311d (diff)
downloadmeta-openembedded-3c9f68dc455d1ce7ab472eef9a1af3550fc578fa.tar.gz
xfce4-notes-plugin: update to 1.8.0
removed patch is upstream Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Diffstat (limited to 'meta-xfce/recipes-panel-plugins/notes/files/0002-main-status-icon.c-remove-deprecated-g_type_init.patch')
-rw-r--r--meta-xfce/recipes-panel-plugins/notes/files/0002-main-status-icon.c-remove-deprecated-g_type_init.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/meta-xfce/recipes-panel-plugins/notes/files/0002-main-status-icon.c-remove-deprecated-g_type_init.patch b/meta-xfce/recipes-panel-plugins/notes/files/0002-main-status-icon.c-remove-deprecated-g_type_init.patch
deleted file mode 100644
index e1ede27c4..000000000
--- a/meta-xfce/recipes-panel-plugins/notes/files/0002-main-status-icon.c-remove-deprecated-g_type_init.patch
+++ /dev/null
@@ -1,32 +0,0 @@
1From 0218e5ebf38f94d58b908fca451ba3789efa8899 Mon Sep 17 00:00:00 2001
2From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
3Date: Fri, 20 Sep 2013 23:09:25 +0200
4Subject: [PATCH] main-status-icon.c remove deprecated g_type_init
5MIME-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8
9this file was auto created by valac and xfce-vala when creating tarball. So
10
11Upstream-Status: Inappropriate [other]
12
13Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
14---
15 src/main-status-icon.c | 1 -
16 1 file changed, 1 deletion(-)
17
18diff --git a/src/main-status-icon.c b/src/main-status-icon.c
19index c6d73f8..f7db773 100644
20--- a/src/main-status-icon.c
21+++ b/src/main-status-icon.c
22@@ -290,7 +290,6 @@ gint _vala_main (char** args, int args_length1) {
23
24
25 int main (int argc, char ** argv) {
26- g_type_init ();
27 return _vala_main (argv, argc);
28 }
29
30--
311.8.3.1
32