[gtk+] GtkEntryCompletion: fix warning
- From: Lars Uebernickel <larsu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] GtkEntryCompletion: fix warning
- Date: Sun, 3 Nov 2013 18:10:10 +0000 (UTC)
commit 2f0c610c35215229e53aac4c37fdea49e25f3742
Author: Lars Uebernickel <lars uebernic de>
Date: Sun Nov 3 19:08:41 2013 +0100
GtkEntryCompletion: fix warning
gtk/gtkentrycompletion.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkentrycompletion.c b/gtk/gtkentrycompletion.c
index f0f16fc..3ac13ff 100644
--- a/gtk/gtkentrycompletion.c
+++ b/gtk/gtkentrycompletion.c
@@ -834,7 +834,7 @@ gtk_entry_completion_clear_text_column_renderer (GtkEntryCompletion *completion)
GtkCellArea *area;
area = gtk_entry_completion_get_area (GTK_CELL_LAYOUT (completion));
- gtk_cell_layout_clear (area);
+ gtk_cell_layout_clear (GTK_CELL_LAYOUT (area));
completion->priv->text_column = -1;
g_object_notify (G_OBJECT (completion), "text_column");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]