mirror of
https://github.com/dguglielmi/sunny-overlay.git
synced 2025-12-06 16:02:39 +01:00
- Add fix for totem.
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
From c56350fa481667837c4d2cb64d63217dea8a2b82 Mon Sep 17 00:00:00 2001
|
||||
From: Bastien Nocera <hadess@hadess.net>
|
||||
Date: Sun, 29 Mar 2015 15:22:53 +0200
|
||||
Subject: grilo: Don't monitor tracker
|
||||
|
||||
See also:
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=746974
|
||||
|
||||
diff --git a/src/totem-grilo.c b/src/totem-grilo.c
|
||||
index 20580dd..733d9c9 100644
|
||||
--- a/src/totem-grilo.c
|
||||
+++ b/src/totem-grilo.c
|
||||
@@ -1282,7 +1282,8 @@ source_added_cb (GrlRegistry *registry,
|
||||
if (source_is_recent (source)) {
|
||||
browse (self, self->priv->recent_model,
|
||||
NULL, source, NULL, -1);
|
||||
- monitor = TRUE;
|
||||
+ if (g_str_equal (id, "grl-tracker-source") == FALSE)
|
||||
+ monitor = TRUE;
|
||||
} else if (!source_is_browse_blacklisted (source)) {
|
||||
const GdkPixbuf *icon;
|
||||
|
||||
--
|
||||
cgit v0.10.2
|
||||
|
||||
Reference in New Issue
Block a user