corrected 'subdir' variables. Spotted by Tor Lillqvist.
2008-08-12 Sven Neumann <sven@gimp.org> * po-*/Makefile.in.in: corrected 'subdir' variables. Spotted by Tor Lillqvist. * modules/controller-midi.c: formatting. svn path=/trunk/; revision=26513
This commit is contained in:

committed by
Sven Neumann

parent
e4c953117a
commit
54faa7dbc2
@ -1,3 +1,10 @@
|
|||||||
|
2008-08-12 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
|
* po-*/Makefile.in.in: corrected 'subdir' variables. Spotted by
|
||||||
|
Tor Lillqvist.
|
||||||
|
|
||||||
|
* modules/controller-midi.c: formatting.
|
||||||
|
|
||||||
2008-08-12 Michael Natterer <mitch@gimp.org>
|
2008-08-12 Michael Natterer <mitch@gimp.org>
|
||||||
|
|
||||||
* modules/color-selector-wheel.c: override the wheel's
|
* modules/color-selector-wheel.c: override the wheel's
|
||||||
|
@ -826,6 +826,7 @@ midi_alsa_dispatch (GSource *source,
|
|||||||
gpointer user_data)
|
gpointer user_data)
|
||||||
{
|
{
|
||||||
ControllerMidi *midi = CONTROLLER_MIDI (((GAlsaSource *) source)->controller);
|
ControllerMidi *midi = CONTROLLER_MIDI (((GAlsaSource *) source)->controller);
|
||||||
|
|
||||||
snd_seq_event_t *event;
|
snd_seq_event_t *event;
|
||||||
snd_seq_client_info_t *client_info;
|
snd_seq_client_info_t *client_info;
|
||||||
snd_seq_port_info_t *port_info;
|
snd_seq_port_info_t *port_info;
|
||||||
|
@ -37,7 +37,7 @@ datarootdir = @datarootdir@
|
|||||||
libdir = @libdir@
|
libdir = @libdir@
|
||||||
DATADIRNAME = @DATADIRNAME@
|
DATADIRNAME = @DATADIRNAME@
|
||||||
itlocaledir = $(prefix)/$(DATADIRNAME)/locale
|
itlocaledir = $(prefix)/$(DATADIRNAME)/locale
|
||||||
subdir = po
|
subdir = po-libgimp
|
||||||
install_sh = @install_sh@
|
install_sh = @install_sh@
|
||||||
# Automake >= 1.8 provides @mkdir_p@.
|
# Automake >= 1.8 provides @mkdir_p@.
|
||||||
# Until it can be supposed, use the safe fallback:
|
# Until it can be supposed, use the safe fallback:
|
||||||
|
@ -37,7 +37,7 @@ datarootdir = @datarootdir@
|
|||||||
libdir = @libdir@
|
libdir = @libdir@
|
||||||
DATADIRNAME = @DATADIRNAME@
|
DATADIRNAME = @DATADIRNAME@
|
||||||
itlocaledir = $(prefix)/$(DATADIRNAME)/locale
|
itlocaledir = $(prefix)/$(DATADIRNAME)/locale
|
||||||
subdir = po
|
subdir = po-plug-ins
|
||||||
install_sh = @install_sh@
|
install_sh = @install_sh@
|
||||||
# Automake >= 1.8 provides @mkdir_p@.
|
# Automake >= 1.8 provides @mkdir_p@.
|
||||||
# Until it can be supposed, use the safe fallback:
|
# Until it can be supposed, use the safe fallback:
|
||||||
|
@ -37,7 +37,7 @@ datarootdir = @datarootdir@
|
|||||||
libdir = @libdir@
|
libdir = @libdir@
|
||||||
DATADIRNAME = @DATADIRNAME@
|
DATADIRNAME = @DATADIRNAME@
|
||||||
itlocaledir = $(prefix)/$(DATADIRNAME)/locale
|
itlocaledir = $(prefix)/$(DATADIRNAME)/locale
|
||||||
subdir = po
|
subdir = po-python
|
||||||
install_sh = @install_sh@
|
install_sh = @install_sh@
|
||||||
# Automake >= 1.8 provides @mkdir_p@.
|
# Automake >= 1.8 provides @mkdir_p@.
|
||||||
# Until it can be supposed, use the safe fallback:
|
# Until it can be supposed, use the safe fallback:
|
||||||
|
@ -37,7 +37,7 @@ datarootdir = @datarootdir@
|
|||||||
libdir = @libdir@
|
libdir = @libdir@
|
||||||
DATADIRNAME = @DATADIRNAME@
|
DATADIRNAME = @DATADIRNAME@
|
||||||
itlocaledir = $(prefix)/$(DATADIRNAME)/locale
|
itlocaledir = $(prefix)/$(DATADIRNAME)/locale
|
||||||
subdir = po
|
subdir = po-script-fu
|
||||||
install_sh = @install_sh@
|
install_sh = @install_sh@
|
||||||
# Automake >= 1.8 provides @mkdir_p@.
|
# Automake >= 1.8 provides @mkdir_p@.
|
||||||
# Until it can be supposed, use the safe fallback:
|
# Until it can be supposed, use the safe fallback:
|
||||||
|
@ -37,7 +37,7 @@ datarootdir = @datarootdir@
|
|||||||
libdir = @libdir@
|
libdir = @libdir@
|
||||||
DATADIRNAME = @DATADIRNAME@
|
DATADIRNAME = @DATADIRNAME@
|
||||||
itlocaledir = $(prefix)/$(DATADIRNAME)/locale
|
itlocaledir = $(prefix)/$(DATADIRNAME)/locale
|
||||||
subdir = po
|
subdir = po-tips
|
||||||
install_sh = @install_sh@
|
install_sh = @install_sh@
|
||||||
# Automake >= 1.8 provides @mkdir_p@.
|
# Automake >= 1.8 provides @mkdir_p@.
|
||||||
# Until it can be supposed, use the safe fallback:
|
# Until it can be supposed, use the safe fallback:
|
||||||
|
Reference in New Issue
Block a user