~ubuntu-desktop/rhythmbox/ubuntu

« back to all changes in this revision

Viewing changes to debian/patches/multiarch_fallback.patch

  • Committer: Jeremy Bicha
  • Date: 2018-03-26 14:48:24 UTC
  • Revision ID: jbicha@ubuntu.com-20180326144824-ld59fedrvwyyg08i
Merge with Debian 3.4.2-4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
From f701bedd2aacbab2b9d0d4e0917fbfe15e42eda6 Mon Sep 17 00:00:00 2001
2
1
From: Jeremy Bicha <jbicha@ubuntu.com>
3
2
Date: Tue, 13 Sep 2016 23:17:34 -0400
4
3
Subject: [PATCH] Load plugins from non-multiarch directory also
8
7
 1 file changed, 3 insertions(+)
9
8
 
10
9
diff --git a/shell/rb-shell.c b/shell/rb-shell.c
11
 
index 555e0ee..970d4ca 100644
 
10
index 7ae0227..6b22f14 100644
12
11
--- a/shell/rb-shell.c
13
12
+++ b/shell/rb-shell.c
14
13
@@ -893,6 +893,9 @@ construct_plugins (RBShell *shell)
21
20
        g_free (plugindir);
22
21
        g_free (plugindatadir);
23
22
 
24
 
2.9.3
25