From 025f642ffcfad725934a6b70635bbf0fb6079e4c Mon Sep 17 00:00:00 2001 From: lukefromdc Date: Tue, 18 Jul 2023 11:41:36 -0400 Subject: timer: fix in-process ATK warning --- timerapplet/src/timerapplet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'timerapplet/src/timerapplet.c') diff --git a/timerapplet/src/timerapplet.c b/timerapplet/src/timerapplet.c index 3513c932..e4aee0f5 100644 --- a/timerapplet/src/timerapplet.c +++ b/timerapplet/src/timerapplet.c @@ -162,7 +162,7 @@ timer_callback (TimerApplet *applet) gtk_widget_set_tooltip_text (GTK_WIDGET (applet->label), name); gtk_widget_hide (GTK_WIDGET (applet->pause_image)); atk_object_set_name (atk_obj, label); - atk_object_set_description (atk_obj, tooltip); + atk_object_set_description (atk_obj, ""); if (g_settings_get_boolean (applet->settings, SHOW_NOTIFICATION_KEY)) { -- cgit v1.2.1