[gnome-software: 10/15] gs-summary-tile: Minor code formatting tweaks




commit 01979b6187a5960243fecd187bc42479a534aab3
Author: Philip Withnall <pwithnall endlessos org>
Date:   Tue Apr 20 16:02:10 2021 +0100

    gs-summary-tile: Minor code formatting tweaks
    
    Signed-off-by: Philip Withnall <pwithnall endlessos org>

 src/gs-summary-tile.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gs-summary-tile.c b/src/gs-summary-tile.c
index d235be64e..8c222fb0b 100644
--- a/src/gs-summary-tile.c
+++ b/src/gs-summary-tile.c
@@ -17,6 +17,7 @@
 struct _GsSummaryTile
 {
        GsAppTile        parent_instance;
+
        GtkWidget       *image;
        GtkWidget       *name;
        GtkWidget       *summary;
@@ -111,7 +112,6 @@ gs_summary_tile_init (GsSummaryTile *tile)
 {
        gtk_widget_set_has_window (GTK_WIDGET (tile), FALSE);
        tile->preferred_width = -1;
-//     gtk_image_clear (GTK_IMAGE (tile->image));
        gtk_widget_init_template (GTK_WIDGET (tile));
 }
 


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