[rhythmbox] missing-files: set the icon name in the right place
- From: Jonathan Matthew <jmatthew src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox] missing-files: set the icon name in the right place
- Date: Mon, 23 Oct 2017 09:31:22 +0000 (UTC)
commit 05a42543ac05098399c522c1eae31a1342ebdd0a
Author: Jonathan Matthew <jonathan d14n org>
Date: Mon Oct 23 19:18:16 2017 +1000
missing-files: set the icon name in the right place
https://bugzilla.gnome.org/show_bug.cgi?id=789157
sources/rb-missing-files-source.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/sources/rb-missing-files-source.c b/sources/rb-missing-files-source.c
index 4490b58..95b1309 100644
--- a/sources/rb-missing-files-source.c
+++ b/sources/rb-missing-files-source.c
@@ -123,8 +123,6 @@ static void
rb_missing_files_source_init (RBMissingFilesSource *source)
{
source->priv = G_TYPE_INSTANCE_GET_PRIVATE (source, RB_TYPE_MISSING_FILES_SOURCE,
RBMissingFilesSourcePrivate);
-
- rb_display_page_set_icon_name (RB_DISPLAY_PAGE (source), "dialog-warning-symbolic");
}
static void
@@ -195,6 +193,8 @@ rb_missing_files_source_constructed (GObject *object)
g_object_set (source, "query-model", model, NULL);
g_object_unref (model);
+
+ rb_display_page_set_icon_name (RB_DISPLAY_PAGE (source), "dialog-warning-symbolic");
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]