diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-11-09 06:54:17 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-11-09 06:54:17 +0100 |
commit | 7152401783578b56343f578b4ec920998660de33 (patch) | |
tree | c738003b876bbe3085d3a677849b67e387df4f53 /src/plugins/ManifestWidget.c | |
parent | 72e3d4c55a6569d966059f762824c38d06055871 (diff) |
New upstream version 0.25.0.1upstream/0.25.0.1
Diffstat (limited to 'src/plugins/ManifestWidget.c')
-rw-r--r-- | src/plugins/ManifestWidget.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/ManifestWidget.c b/src/plugins/ManifestWidget.c index 486c98c..9362909 100644 --- a/src/plugins/ManifestWidget.c +++ b/src/plugins/ManifestWidget.c @@ -1,4 +1,4 @@ -/* ManifestWidget.c generated by valac 0.34.1, the Vala compiler +/* ManifestWidget.c generated by valac 0.34.2, the Vala compiler * generated from ManifestWidget.vala, do not modify */ /* Copyright 2016 Software Freedom Conservancy Inc. @@ -1404,7 +1404,7 @@ PluginsManifestListView* plugins_manifest_list_view_construct (GType object_type #line 176 "/home/jens/Source/shotwell/src/plugins/ManifestWidget.vala" _tmp46_ = _tmp45_; #line 176 "/home/jens/Source/shotwell/src/plugins/ManifestWidget.vala" - _tmp47_ = gtk_icon_theme_lookup_by_gicon (_tmp41_, G_TYPE_CHECK_INSTANCE_CAST (_tmp46_, G_TYPE_ICON, GIcon), PLUGINS_MANIFEST_LIST_VIEW_ICON_SIZE, 0); + _tmp47_ = gtk_icon_theme_lookup_by_gicon (_tmp41_, G_TYPE_CHECK_INSTANCE_CAST (_tmp46_, g_icon_get_type (), GIcon), PLUGINS_MANIFEST_LIST_VIEW_ICON_SIZE, 0); #line 176 "/home/jens/Source/shotwell/src/plugins/ManifestWidget.vala" _tmp48_ = _tmp47_; #line 176 "/home/jens/Source/shotwell/src/plugins/ManifestWidget.vala" @@ -2189,7 +2189,7 @@ static void plugins_manifest_list_view_instance_init (PluginsManifestListView * #line 108 "/home/jens/Source/shotwell/src/plugins/ManifestWidget.vala" self->priv = PLUGINS_MANIFEST_LIST_VIEW_GET_PRIVATE (self); #line 122 "/home/jens/Source/shotwell/src/plugins/ManifestWidget.vala" - _tmp0_ = gtk_tree_store_new ((gint) PLUGINS_MANIFEST_LIST_VIEW_COLUMN_N_COLUMNS, G_TYPE_BOOLEAN, G_TYPE_BOOLEAN, GDK_TYPE_PIXBUF, G_TYPE_STRING, G_TYPE_STRING); + _tmp0_ = gtk_tree_store_new ((gint) PLUGINS_MANIFEST_LIST_VIEW_COLUMN_N_COLUMNS, G_TYPE_BOOLEAN, G_TYPE_BOOLEAN, gdk_pixbuf_get_type (), G_TYPE_STRING, G_TYPE_STRING); #line 122 "/home/jens/Source/shotwell/src/plugins/ManifestWidget.vala" self->priv->store = _tmp0_; #line 2196 "ManifestWidget.c" |