[evince] ev-page-action-widget: Fix property setting
- From: Germán Poo-Caamaño <gpoo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince] ev-page-action-widget: Fix property setting
- Date: Sat, 7 Jul 2018 01:56:27 +0000 (UTC)
commit 9eb91892485d2e9b37a4ac5ca8485eefa49af55f
Author: Germán Poo-Caamaño <gpoo gnome org>
Date: Fri Jul 6 21:55:42 2018 -0400
ev-page-action-widget: Fix property setting
libmisc/ev-page-action-widget.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libmisc/ev-page-action-widget.c b/libmisc/ev-page-action-widget.c
index 70f0e114..511cac28 100644
--- a/libmisc/ev-page-action-widget.c
+++ b/libmisc/ev-page-action-widget.c
@@ -231,7 +231,7 @@ ev_page_action_widget_init (EvPageActionWidget *action_widget)
g_signal_connect_swapped (action_widget->entry, "focus-out-event",
G_CALLBACK (focus_out_cb),
action_widget);
- g_object_set (priv->entry, "xalign", 1.0, NULL);
+ g_object_set (action_widget->entry, "xalign", 1.0, NULL);
obj = gtk_widget_get_accessible (action_widget->entry);
atk_object_set_name (obj, "page-label-entry");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]