~lkundrak/network-manager-applet/nma-1-2

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Dan Williams
  • Date: 2015-08-12 21:55:12 UTC
  • Revision ID: git-v1:21319f4e975228bc11ec6cfa07ca5e3df927f715
data: don't put translations into the GSettings schema file

It's actually supposed to be handled through gettext and not
put into the XML.  A lot of projects are doing it wrong, and now
glib-compile-schemas will yell at you.

https://bugzilla.gnome.org/show_bug.cgi?id=747209

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
dnl
38
38
dnl translation support
39
39
dnl
40
 
IT_PROG_INTLTOOL([0.40.0])
 
40
IT_PROG_INTLTOOL([0.50.1])
41
41
 
42
42
GETTEXT_PACKAGE=nm-applet
43
43
AC_SUBST(GETTEXT_PACKAGE)
142
142
GOBJECT_INTROSPECTION_CHECK([0.9.6])
143
143
 
144
144
GLIB_CONFIG_NMA
 
145
GLIB_SETTINGS
145
146
 
146
147
dnl
147
148
dnl Compiler flags
172
173
man/Makefile
173
174
man/nm-applet.1
174
175
man/nm-connection-editor.1
 
176
org.gnome.nm-applet.gschema.xml
175
177
])
176
178
AC_OUTPUT