[geary: 2/4] Removed hack/workarround for libhandy issue #305
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary: 2/4] Removed hack/workarround for libhandy issue #305
- Date: Sat, 3 Apr 2021 23:16:03 +0000 (UTC)
commit b815ddf37030d7674a6cc5459af33d0bde4cf922
Author: Yuri Edward <yuri6037 outlook com>
Date: Sat Jan 9 22:24:43 2021 +0100
Removed hack/workarround for libhandy issue #305
src/client/application/application-client.vala | 9 ---------
1 file changed, 9 deletions(-)
---
diff --git a/src/client/application/application-client.vala b/src/client/application/application-client.vala
index 0bd704fc7..85af509f7 100644
--- a/src/client/application/application-client.vala
+++ b/src/client/application/application-client.vala
@@ -935,15 +935,6 @@ public class Application.Client : Gtk.Application {
}
private MainWindow new_main_window(bool select_first_inbox) {
- // Work around warning caused by GNOME/libhandy#305 which
- // makes it a pita to run with G_DEBUG=fatal-warnings. Remove
- // once the fix for that issue has been released and packaged.
- GLib.Test.expect_message(
- "GLib-GObject",
- LEVEL_WARNING,
- "g_object_weak_unref: couldn't find weak ref *"
- );
-
MainWindow window = new MainWindow(this);
this.controller.register_window(window);
window.focus_in_event.connect(on_main_window_focus_in);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]