[Commits] [SCM] claws branch, gtk3, updated. 3.16.0-848-g853324b00

paul at claws-mail.org paul at claws-mail.org
Thu Nov 21 14:37:56 CET 2019


The branch, gtk3 has been updated
       via  853324b001eb29e87c71e9fab6f4ad8b2ce18e49 (commit)
      from  f2747e26264f2a70b1e60a0c68b3c28d70bd6909 (commit)

Summary of changes:
 src/plugins/notification/notification_banner.c | 1 -
 1 file changed, 1 deletion(-)


- Log -----------------------------------------------------------------
commit 853324b001eb29e87c71e9fab6f4ad8b2ce18e49
Author: paul <paul at claws-mail.org>
Date:   Thu Nov 21 14:37:51 2019 +0000

    gtk_adjustment_value_changed() is no longer used or needed

diff --git a/src/plugins/notification/notification_banner.c b/src/plugins/notification/notification_banner.c
index 708a15fe5..d3eece7ec 100644
--- a/src/plugins/notification/notification_banner.c
+++ b/src/plugins/notification/notification_banner.c
@@ -279,7 +279,6 @@ static gboolean scroller(gpointer data)
 					gtk_adjustment_get_value(sdata.adj) + 1);
     else
       gtk_adjustment_set_value(sdata.adj, 0);
-		gtk_adjustment_value_changed(sdata.adj);
   }
   G_UNLOCK(sdata);
 	while(gtk_events_pending())

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list