[evolution-data-server] Fix some build issues.
- From: Bharath Acharya <abharath src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Fix some build issues.
- Date: Tue, 11 May 2010 04:05:01 +0000 (UTC)
commit 9d4eeebff2d699150dd7f5ff62bf144df023f94f
Author: Bharath Acharya <abharath novell com>
Date: Tue May 11 09:23:44 2010 +0530
Fix some build issues.
libedataserverui/e-name-selector-dialog.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/libedataserverui/e-name-selector-dialog.c b/libedataserverui/e-name-selector-dialog.c
index f5eedd8..b453a87 100644
--- a/libedataserverui/e-name-selector-dialog.c
+++ b/libedataserverui/e-name-selector-dialog.c
@@ -220,7 +220,8 @@ e_name_selector_dialog_init (ENameSelectorDialog *name_selector_dialog)
/* Create size group for destination labels */
- priv->dest_label_size_group = gtk_size_group_new (GTK_SIZE_GROUP_HORIZONTAL);
+ name_selector_dialog->priv->dest_label_size_group =
+ gtk_size_group_new (GTK_SIZE_GROUP_HORIZONTAL);
/* Set up contacts view */
@@ -702,7 +703,7 @@ add_section (ENameSelectorDialog *name_selector_dialog,
gtk_widget_show_all (GTK_WIDGET (section.section_box));
/* Pack this section's box into the dialog */
- gtk_box_pack_start (name_selector_dialog->destination_box,
+ gtk_box_pack_start (name_selector_dialog->priv->destination_box,
GTK_WIDGET (section.section_box), TRUE, TRUE, 0);
g_array_append_val (name_selector_dialog->priv->sections, section);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]