[ekiga/v4_0] Fix compile warning
- From: Eugen Dedu <ededu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga/v4_0] Fix compile warning
- Date: Mon, 14 Jan 2013 17:49:54 +0000 (UTC)
commit c7e222b445798af99fdf94fd492dccf2af1e2f1e
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date: Tue Jan 8 14:51:23 2013 +0100
Fix compile warning
lib/gui/dialpad.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/gui/dialpad.c b/lib/gui/dialpad.c
index 8b81472..75de983 100644
--- a/lib/gui/dialpad.c
+++ b/lib/gui/dialpad.c
@@ -152,7 +152,7 @@ ekiga_dialpad_init (EkigaDialpad *dialpad)
gtk_table_set_homogeneous (GTK_TABLE (dialpad), TRUE);
// the dialpad is LTR even for RTL languages
- gtk_widget_set_direction (dialpad, GTK_TEXT_DIR_LTR);
+ gtk_widget_set_direction (GTK_WIDGET (dialpad), GTK_TEXT_DIR_LTR);
/* Create the buttons */
for (i = 0; i < G_N_ELEMENTS (keys_info); i++) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]