mirror of
https://git.suyu.dev/suyu/flatpak.git
synced 2025-01-06 14:26:07 +00:00
20 lines
820 B
Diff
20 lines
820 B
Diff
From: Olivier Tilloy <olivier.tilloy@canonical.com>
|
|
Date: Tue 2018-03-20 12:47:56 +0000
|
|
Subject: [PATCH] libappindicator FTBFS on bionic
|
|
|
|
Fix build failures on bionic,
|
|
and update Vcs-* fields in debian/control. (LP: #1757121)
|
|
|
|
Approved by: Marco Trevisan (Treviño)
|
|
---
|
|
--- libappindicator-12.10.0/src/app-indicator.c 2017-02-15 14:10:41 +0000
|
|
+++ libappindicator-12.10.0/src/app-indicator.c 2018-03-20 12:38:59 +0000
|
|
@@ -2196,7 +2196,7 @@ app_indicator_set_secondary_activate_tar
|
|
|
|
g_return_if_fail (GTK_IS_WIDGET (menuitem));
|
|
|
|
- priv->sec_activate_target = g_object_ref(G_OBJECT(menuitem));
|
|
+ priv->sec_activate_target = g_object_ref(menuitem);
|
|
priv->sec_activate_enabled = widget_is_menu_child(self, menuitem);
|
|
g_signal_connect(menuitem, "parent-set", G_CALLBACK(sec_activate_target_parent_changed), self);
|
|
}
|