diff options
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/component/Makefile.am | 2 | ||||
-rw-r--r-- | addressbook/gui/contact-editor/Makefile.am | 10 | ||||
-rw-r--r-- | addressbook/gui/minicard/e-reflow.c | 2 |
3 files changed, 10 insertions, 4 deletions
diff --git a/addressbook/gui/component/Makefile.am b/addressbook/gui/component/Makefile.am index 5a42c7e002..69a834722b 100644 --- a/addressbook/gui/component/Makefile.am +++ b/addressbook/gui/component/Makefile.am @@ -24,6 +24,7 @@ bin_PROGRAMS = \ evolution_addressbook_SOURCES = \ e-ldap-server-dialog.c \ + e-ldap-server-dialog.h \ e-addressbook-model.c \ e-addressbook-model.h \ addressbook-factory.c \ @@ -56,6 +57,7 @@ gladedir = $(datadir)/evolution/glade glade_DATA = ldap-server-dialog.glade EXTRA_DIST = \ + $(glade_DATA) \ addressbook.gnorba \ addressbook.oafinfo diff --git a/addressbook/gui/contact-editor/Makefile.am b/addressbook/gui/contact-editor/Makefile.am index fdb25b98a3..3998e4fccb 100644 --- a/addressbook/gui/contact-editor/Makefile.am +++ b/addressbook/gui/contact-editor/Makefile.am @@ -1,8 +1,8 @@ imagesdir = $(datadir)/images/evolution -images = email.png head.png phone.png snailmail.png web.png arrow.png briefcase.png netmeeting.png netfreebusy.png +#images = email.png head.png phone.png snailmail.png web.png arrow.png briefcase.png netmeeting.png netfreebusy.png -EXTRA_DIST = $(images) -pkgdata_DATA = $(images) +#EXTRA_DIST = $(images) +#pkgdata_DATA = $(images) CPPFLAGS = \ -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ @@ -46,3 +46,7 @@ gladedir = $(datadir)/evolution/glade glade_DATA = \ contact-editor.glade \ fullname.glade + +EXTRA_DIST = $(glade_DATA) \ + e-contact-editor-strings.h \ + fullname-strings.h diff --git a/addressbook/gui/minicard/e-reflow.c b/addressbook/gui/minicard/e-reflow.c index bd0fc99084..eee8e695c7 100644 --- a/addressbook/gui/minicard/e-reflow.c +++ b/addressbook/gui/minicard/e-reflow.c @@ -451,7 +451,7 @@ static void e_reflow_real_add_item(EReflow *e_reflow, GnomeCanvasItem *item) { e_reflow->items = g_list_append(e_reflow->items, item); - gtk_object_ref(item); + gtk_object_ref(GTK_OBJECT(item)); if ( GTK_OBJECT_FLAGS( e_reflow ) & GNOME_CANVAS_ITEM_REALIZED ) { gnome_canvas_item_set(item, "width", (double) e_reflow->column_width, |