[balsa/wip/gtk4: 287/351] cite-bar: gtk_snapshot_append_color API change



commit 8c4c4d519c9800e95ed7ddd36f46f5bf648d1a4c
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date:   Mon Apr 23 22:23:44 2018 -0400

    cite-bar: gtk_snapshot_append_color API change
    
    gtk_snapshot_append_color no longer takes a name.

 src/balsa-cite-bar.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/balsa-cite-bar.c b/src/balsa-cite-bar.c
index a94985f..f9ccc52 100644
--- a/src/balsa-cite-bar.c
+++ b/src/balsa-cite-bar.c
@@ -135,7 +135,7 @@ balsa_cite_bar_snapshot(GtkWidget * widget, GtkSnapshot * snapshot)
                        (float) cite_bar->width, (float) cite_bar->height);
 
     for (n = 0; n < cite_bar->bars; n++) {
-        gtk_snapshot_append_color(snapshot, &rgba, &bounds, "CiteBar");
+        gtk_snapshot_append_color(snapshot, &rgba, &bounds);
         bounds.origin.x += (float) (cite_bar->width + cite_bar->space);
     }
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]