Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:Update
deja-dup
deja-dup-vala-0.22.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File deja-dup-vala-0.22.patch of Package deja-dup
=== modified file 'CMakeLists.txt' Index: deja-dup/widgets/WidgetUtils.vala =================================================================== --- deja-dup/widgets/WidgetUtils.vala.orig +++ deja-dup/widgets/WidgetUtils.vala @@ -19,6 +19,10 @@ using GLib; +// vala 0.22.1 changed the prototype for Notify.get_server_caps. +// Rather than require that specific version, use 0.22.1's definition directly. +extern GLib.List notify_get_server_caps(); + namespace DejaDup { public void show_uri(Gtk.Window parent, string link) @@ -60,7 +64,7 @@ public ShellEnv get_shell() // Use Legacy unless we detect a different shell. shell = ShellEnv.LEGACY; // Next check for Shell by notification capabilities - unowned List<string> caps = Notify.get_server_caps(); + List<string> caps = notify_get_server_caps(); bool persistence = false, actions = false; foreach (string cap in caps) { if (cap == "persistence")
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor