aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorGediminas Paulauskas <menesis@src.gnome.org>2000-11-01 18:44:51 +0800
committerGediminas Paulauskas <menesis@src.gnome.org>2000-11-01 18:44:51 +0800
commitfa3cf53363f2fe9da9380e91d5d6b0f81cede2bb (patch)
tree806b3b471f0e7b2b30c48d9efad8d6b0ee57eb0d /addressbook
parentbf684c2bef88772c30f4e282a60b1c11d8073e10 (diff)
downloadgsoc2013-evolution-fa3cf53363f2fe9da9380e91d5d6b0f81cede2bb.tar
gsoc2013-evolution-fa3cf53363f2fe9da9380e91d5d6b0f81cede2bb.tar.gz
gsoc2013-evolution-fa3cf53363f2fe9da9380e91d5d6b0f81cede2bb.tar.bz2
gsoc2013-evolution-fa3cf53363f2fe9da9380e91d5d6b0f81cede2bb.tar.lz
gsoc2013-evolution-fa3cf53363f2fe9da9380e91d5d6b0f81cede2bb.tar.xz
gsoc2013-evolution-fa3cf53363f2fe9da9380e91d5d6b0f81cede2bb.tar.zst
gsoc2013-evolution-fa3cf53363f2fe9da9380e91d5d6b0f81cede2bb.zip
modified or added a bunch of .cvsignore to ignore generated files, which
* modified or added a bunch of .cvsignore to ignore generated files, which are not in repository. * call *textdomain() in various files only when ENABLE_NLS is defined svn path=/trunk/; revision=6310
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/ename/.cvsignore3
-rw-r--r--addressbook/gui/component/addressbook-factory.c2
-rw-r--r--addressbook/gui/minicard/.cvsignore3
3 files changed, 8 insertions, 0 deletions
diff --git a/addressbook/ename/.cvsignore b/addressbook/ename/.cvsignore
new file mode 100644
index 0000000000..e995588475
--- /dev/null
+++ b/addressbook/ename/.cvsignore
@@ -0,0 +1,3 @@
+.deps
+Makefile
+Makefile.in
diff --git a/addressbook/gui/component/addressbook-factory.c b/addressbook/gui/component/addressbook-factory.c
index ebfd0d9cfd..623e0385de 100644
--- a/addressbook/gui/component/addressbook-factory.c
+++ b/addressbook/gui/component/addressbook-factory.c
@@ -43,8 +43,10 @@ init_bonobo (int argc, char **argv)
int
main (int argc, char **argv)
{
+ #ifdef ENABLE_NLS
bindtextdomain (PACKAGE, EVOLUTION_LOCALEDIR);
textdomain (PACKAGE);
+ #endif
init_corba (&argc, argv);
diff --git a/addressbook/gui/minicard/.cvsignore b/addressbook/gui/minicard/.cvsignore
new file mode 100644
index 0000000000..e995588475
--- /dev/null
+++ b/addressbook/gui/minicard/.cvsignore
@@ -0,0 +1,3 @@
+.deps
+Makefile
+Makefile.in