gimp r26513 - in trunk: . modules po-libgimp po-plug-ins po-python po-script-fu po-tips



Author: neo
Date: Tue Aug 12 12:50:57 2008
New Revision: 26513
URL: http://svn.gnome.org/viewvc/gimp?rev=26513&view=rev

Log:
2008-08-12  Sven Neumann  <sven gimp org>

	* po-*/Makefile.in.in: corrected 'subdir' variables. Spotted by
	Tor Lillqvist.

	* modules/controller-midi.c: formatting.



Modified:
   trunk/ChangeLog
   trunk/modules/controller-midi.c
   trunk/po-libgimp/Makefile.in.in
   trunk/po-plug-ins/Makefile.in.in
   trunk/po-python/Makefile.in.in
   trunk/po-script-fu/Makefile.in.in
   trunk/po-tips/Makefile.in.in

Modified: trunk/modules/controller-midi.c
==============================================================================
--- trunk/modules/controller-midi.c	(original)
+++ trunk/modules/controller-midi.c	Tue Aug 12 12:50:57 2008
@@ -825,7 +825,8 @@
                     GSourceFunc  callback,
                     gpointer     user_data)
 {
-  ControllerMidi  *midi = CONTROLLER_MIDI (((GAlsaSource *) source)->controller);
+  ControllerMidi *midi = CONTROLLER_MIDI (((GAlsaSource *) source)->controller);
+
   snd_seq_event_t       *event;
   snd_seq_client_info_t *client_info;
   snd_seq_port_info_t   *port_info;

Modified: trunk/po-libgimp/Makefile.in.in
==============================================================================
--- trunk/po-libgimp/Makefile.in.in	(original)
+++ trunk/po-libgimp/Makefile.in.in	Tue Aug 12 12:50:57 2008
@@ -37,7 +37,7 @@
 libdir = @libdir@
 DATADIRNAME = @DATADIRNAME@
 itlocaledir = $(prefix)/$(DATADIRNAME)/locale
-subdir = po
+subdir = po-libgimp
 install_sh = @install_sh@
 # Automake >= 1.8 provides @mkdir_p  
 # Until it can be supposed, use the safe fallback:

Modified: trunk/po-plug-ins/Makefile.in.in
==============================================================================
--- trunk/po-plug-ins/Makefile.in.in	(original)
+++ trunk/po-plug-ins/Makefile.in.in	Tue Aug 12 12:50:57 2008
@@ -37,7 +37,7 @@
 libdir = @libdir@
 DATADIRNAME = @DATADIRNAME@
 itlocaledir = $(prefix)/$(DATADIRNAME)/locale
-subdir = po
+subdir = po-plug-ins
 install_sh = @install_sh@
 # Automake >= 1.8 provides @mkdir_p  
 # Until it can be supposed, use the safe fallback:

Modified: trunk/po-python/Makefile.in.in
==============================================================================
--- trunk/po-python/Makefile.in.in	(original)
+++ trunk/po-python/Makefile.in.in	Tue Aug 12 12:50:57 2008
@@ -37,7 +37,7 @@
 libdir = @libdir@
 DATADIRNAME = @DATADIRNAME@
 itlocaledir = $(prefix)/$(DATADIRNAME)/locale
-subdir = po
+subdir = po-python
 install_sh = @install_sh@
 # Automake >= 1.8 provides @mkdir_p  
 # Until it can be supposed, use the safe fallback:

Modified: trunk/po-script-fu/Makefile.in.in
==============================================================================
--- trunk/po-script-fu/Makefile.in.in	(original)
+++ trunk/po-script-fu/Makefile.in.in	Tue Aug 12 12:50:57 2008
@@ -37,7 +37,7 @@
 libdir = @libdir@
 DATADIRNAME = @DATADIRNAME@
 itlocaledir = $(prefix)/$(DATADIRNAME)/locale
-subdir = po
+subdir = po-script-fu
 install_sh = @install_sh@
 # Automake >= 1.8 provides @mkdir_p  
 # Until it can be supposed, use the safe fallback:

Modified: trunk/po-tips/Makefile.in.in
==============================================================================
--- trunk/po-tips/Makefile.in.in	(original)
+++ trunk/po-tips/Makefile.in.in	Tue Aug 12 12:50:57 2008
@@ -37,7 +37,7 @@
 libdir = @libdir@
 DATADIRNAME = @DATADIRNAME@
 itlocaledir = $(prefix)/$(DATADIRNAME)/locale
-subdir = po
+subdir = po-tips
 install_sh = @install_sh@
 # Automake >= 1.8 provides @mkdir_p  
 # Until it can be supposed, use the safe fallback:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]