restore intl of .ui files (thanks intltool grrr)

This commit is contained in:
Simon Morlat 2011-04-05 00:38:42 +02:00
parent ec3144465a
commit 3873e40dc1
17 changed files with 10600 additions and 5693 deletions

View file

@ -62,9 +62,6 @@ PACKAGE_WIN32_FILELIST=$(PACKAGE)-win32.filelist
PACKAGE_BUNDLE_FILE=$(top_srcdir)/build/macos/$(PACKAGE).bundle
EXTRA_DIST = config.rpath BUGS linphone.kdevelop \
intltool-extract.in \
intltool-merge.in \
intltool-update.in \
README.arm \
README.mingw \
README.macos \
@ -75,7 +72,7 @@ EXTRA_DIST = config.rpath BUGS linphone.kdevelop \
$(LINPHONEDEPS_FILELIST) \
$(ISS_SCRIPT).in
DISTCLEANFILES= intltool-extract intltool-merge intltool-update po/stamp-it po/.intltool-merge-cache $(ISS_SCRIPT) $(PACKAGE_WIN32_FILELIST)
DISTCLEANFILES= $(ISS_SCRIPT) $(PACKAGE_WIN32_FILELIST)
CLEANFILES=Portfile Portfile-devel

View file

@ -1431,8 +1431,11 @@ int main(int argc, char *argv[]){
g_object_set(settings, "gtk-menu-images", TRUE, NULL);
g_object_set(settings, "gtk-button-images", TRUE, NULL);
if (workingdir!=NULL)
chdir(workingdir);
if (workingdir!=NULL){
if (chdir(workingdir)==-1){
g_error("Could not change directory to %s : %s",workingdir,strerror(errno));
}
}
/* Now, look for the factory configuration file, we do it this late
since we want to have had time to change directory and to parse

View file

@ -11,18 +11,18 @@ gtk/buddylookup.c
gtk/setupwizard.c
gtk/incall_view.c
gtk/loginframe.c
gtk/main.ui
gtk/about.ui
gtk/contact.ui
gtk/log.ui
gtk/password.ui
gtk/call_logs.ui
gtk/main.ui
gtk/sip_account.ui
gtk/chatroom.ui
gtk/parameters.ui
gtk/buddylookup.ui
gtk/waiting.ui
[type: gettext/glade]gtk/main.ui
[type: gettext/glade]gtk/about.ui
[type: gettext/glade]gtk/contact.ui
[type: gettext/glade]gtk/log.ui
[type: gettext/glade]gtk/password.ui
[type: gettext/glade]gtk/call_logs.ui
[type: gettext/glade]gtk/main.ui
[type: gettext/glade]gtk/sip_account.ui
[type: gettext/glade]gtk/chatroom.ui
[type: gettext/glade]gtk/parameters.ui
[type: gettext/glade]gtk/buddylookup.ui
[type: gettext/glade]gtk/waiting.ui
coreapi/linphonecore.c
coreapi/misc.c
coreapi/presence.c

1401
po/cs.po

File diff suppressed because it is too large Load diff

1109
po/de.po

File diff suppressed because it is too large Load diff

1085
po/es.po

File diff suppressed because it is too large Load diff

1141
po/fr.po

File diff suppressed because it is too large Load diff

1107
po/hu.po

File diff suppressed because it is too large Load diff

1211
po/it.po

File diff suppressed because it is too large Load diff

1079
po/ja.po

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

1113
po/nl.po

File diff suppressed because it is too large Load diff

1073
po/pl.po

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

1263
po/ru.po

File diff suppressed because it is too large Load diff

1164
po/sv.po

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff