debian/patches: Drop 0001_do_not_abort_on_unknown_DBus_signal_name.patch. Applied upstream.

This commit is contained in:
Mike Gabriel 2017-11-03 09:16:31 +01:00
parent f27f3c1482
commit 1343ff0452
2 changed files with 0 additions and 17 deletions

View File

@ -1,16 +0,0 @@
Author: Vlad Orlov <monsta@inbox.ru>
Description: Don't abort on unknown DBus signal name, it's external data, so it's not clever to have an assert on it
diff --git a/src/gpm-kbd-backlight.c b/src/gpm-kbd-backlight.c
index ae8e0fa..c646855 100644
--- a/src/gpm-kbd-backlight.c
+++ b/src/gpm-kbd-backlight.c
@@ -326,7 +326,7 @@ gpm_kbd_backlight_on_dbus_signal (GDBusProxy *proxy,
return;
}
- g_assert_not_reached ();
+ g_debug ("signal '%s' not handled!", signal_name);
}
/**

View File

@ -1 +0,0 @@
0001_do_not_abort_on_unknown_DBus_signal_name.patch