[gnome-builder] git: withdraw notification immediately
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] git: withdraw notification immediately
- Date: Fri, 19 Apr 2019 04:34:23 +0000 (UTC)
commit e8d9580111cc8eb69ac73495d471ed89fda80a73
Author: Christian Hergert <chergert redhat com>
Date: Thu Apr 18 21:30:58 2019 -0700
git: withdraw notification immediately
src/plugins/git/gbp-git-progress.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/plugins/git/gbp-git-progress.c b/src/plugins/git/gbp-git-progress.c
index c72d650da..4e960f3c6 100644
--- a/src/plugins/git/gbp-git-progress.c
+++ b/src/plugins/git/gbp-git-progress.c
@@ -77,7 +77,7 @@ gbp_git_progress_finalize (GObject *object)
if (self->notif)
{
if (self->withdraw)
- ide_notification_withdraw_in_seconds (self->notif, -1);
+ ide_notification_withdraw (self->notif);
g_clear_object (&self->notif);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]