[rhythmbox] import-errors: set the icon name in the right place



commit 32a2b6691e9a2ec48bfc95e9ef35cde4b5190c2d
Author: Jonathan Matthew <jonathan d14n org>
Date:   Sun Oct 22 21:59:33 2017 +1000

    import-errors: set the icon name in the right place
    
    See https://bugzilla.gnome.org/show_bug.cgi?id=789157

 sources/rb-import-errors-source.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/sources/rb-import-errors-source.c b/sources/rb-import-errors-source.c
index 9513983..60c04cb 100644
--- a/sources/rb-import-errors-source.c
+++ b/sources/rb-import-errors-source.c
@@ -157,8 +157,6 @@ static void
 rb_import_errors_source_init (RBImportErrorsSource *source)
 {
        source->priv = G_TYPE_INSTANCE_GET_PRIVATE (source, RB_TYPE_IMPORT_ERRORS_SOURCE, 
RBImportErrorsSourcePrivate);
-
-       rb_display_page_set_icon_name (RB_DISPLAY_PAGE (source), "dialog-error-symbolic");
 }
 
 static void
@@ -262,6 +260,8 @@ rb_import_errors_source_constructed (GObject *object)
                                 "row-deleted",
                                 G_CALLBACK (missing_plugin_row_deleted_cb),
                                 source, 0);
+
+       rb_display_page_set_icon_name (RB_DISPLAY_PAGE (source), "dialog-error-symbolic");
 }
 
 static void


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