all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 3b201f363d39a682a01d0db0416d3e59cb6c41fd 459 bytes (raw)
name: gnu/packages/patches/gnome-maps-really-do-unregister.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
 
Index: gnome-maps-3.36.7/src/application.js
===================================================================
--- gnome-maps-3.36.7.orig/src/application.js
+++ gnome-maps-3.36.7/src/application.js
@@ -277,7 +277,7 @@ var Application = GObject.registerClass(
     }
 
     vfunc_dbus_unregister(connection, path) {
-        super.vfunc_dbus_register(connection, path);
+        super.vfunc_dbus_unregister(connection, path);
     }
 
     vfunc_activate() {

debug log:

solving 3b201f363d ...
found 3b201f363d in https://yhetil.org/guix/20210720223452.9471-1-leo.prikler@student.tugraz.at/

applying [1/1] https://yhetil.org/guix/20210720223452.9471-1-leo.prikler@student.tugraz.at/
diff --git a/gnu/packages/patches/gnome-maps-really-do-unregister.patch b/gnu/packages/patches/gnome-maps-really-do-unregister.patch
new file mode 100644
index 0000000000..3b201f363d

1:13: trailing whitespace.
 
1:18: trailing whitespace.
 
Checking patch gnu/packages/patches/gnome-maps-really-do-unregister.patch...
Applied patch gnu/packages/patches/gnome-maps-really-do-unregister.patch cleanly.
warning: 2 lines add whitespace errors.

index at:
100644 3b201f363d39a682a01d0db0416d3e59cb6c41fd	gnu/packages/patches/gnome-maps-really-do-unregister.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.