[totem] grilo: Fix compile-time warnings
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] grilo: Fix compile-time warnings
- Date: Tue, 28 Jan 2014 22:06:32 +0000 (UTC)
commit b0260853a8c008dae843a7c09170f34536172e3c
Author: Bastien Nocera <hadess hadess net>
Date: Tue Jan 28 23:06:00 2014 +0100
grilo: Fix compile-time warnings
src/plugins/grilo/totem-search-entry.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/plugins/grilo/totem-search-entry.c b/src/plugins/grilo/totem-search-entry.c
index 5986cd6..1146b83 100644
--- a/src/plugins/grilo/totem-search-entry.c
+++ b/src/plugins/grilo/totem-search-entry.c
@@ -261,7 +261,7 @@ totem_search_entry_add_source (TotemSearchEntry *self,
self->priv->tag = gd_tagged_entry_tag_new (label);
gd_tagged_entry_tag_set_has_close_button (self->priv->tag, FALSE);
gd_tagged_entry_insert_tag (GD_TAGGED_ENTRY (self->priv->entry), self->priv->tag, -1);
- gtk_widget_set_sensitive (self, TRUE);
+ gtk_widget_set_sensitive (GTK_WIDGET (self), TRUE);
}
item = gtk_list_box_row_new ();
@@ -330,7 +330,7 @@ totem_search_entry_remove_source (TotemSearchEntry *self,
if (num_items == 0) {
gd_tagged_entry_remove_tag (GD_TAGGED_ENTRY (self->priv->entry), self->priv->tag);
g_clear_object (&self->priv->tag);
- gtk_widget_set_sensitive (self, FALSE);
+ gtk_widget_set_sensitive (GTK_WIDGET (self), FALSE);
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]