gimp r25907 - in trunk: . app/plug-in app/widgets



Author: neo
Date: Tue Jun 10 09:16:48 2008
New Revision: 25907
URL: http://svn.gnome.org/viewvc/gimp?rev=25907&view=rev

Log:
2008-06-10  Sven Neumann  <sven gimp org>

	* app/plug-in/gimpplugin.c
	* app/plug-in/gimppluginmanager-call.c
	* app/widgets/gimphelp.c: formatting.


Modified:
   trunk/ChangeLog
   trunk/app/plug-in/gimpplugin.c
   trunk/app/plug-in/gimppluginmanager-call.c
   trunk/app/widgets/gimphelp.c

Modified: trunk/app/plug-in/gimpplugin.c
==============================================================================
--- trunk/app/plug-in/gimpplugin.c	(original)
+++ trunk/app/plug-in/gimpplugin.c	Tue Jun 10 09:16:48 2008
@@ -459,7 +459,7 @@
         }
 
       /* Wait for the process to exit. This will happen
-       *  immediately if it was just killed.
+       * immediately if it was just killed.
        */
       waitpid (plug_in->pid, &status, 0);
 

Modified: trunk/app/plug-in/gimppluginmanager-call.c
==============================================================================
--- trunk/app/plug-in/gimppluginmanager-call.c	(original)
+++ trunk/app/plug-in/gimppluginmanager-call.c	Tue Jun 10 09:16:48 2008
@@ -153,8 +153,7 @@
   g_return_val_if_fail (args != NULL, NULL);
   g_return_val_if_fail (display == NULL || GIMP_IS_OBJECT (display), NULL);
 
-  plug_in = gimp_plug_in_new (manager, context, progress,
-                              procedure, NULL);
+  plug_in = gimp_plug_in_new (manager, context, progress, procedure, NULL);
 
   if (plug_in)
     {

Modified: trunk/app/widgets/gimphelp.c
==============================================================================
--- trunk/app/widgets/gimphelp.c	(original)
+++ trunk/app/widgets/gimphelp.c	Tue Jun 10 09:16:48 2008
@@ -64,20 +64,20 @@
 
 /*  local function prototypes  */
 
-static gint      gimp_idle_help          (GimpIdleHelp  *idle_help);
+static gint       gimp_idle_help          (GimpIdleHelp  *idle_help);
 
-static gboolean  gimp_help_browser       (Gimp          *gimp);
-static void      gimp_help_browser_error (Gimp          *gimp,
-                                          const gchar   *title,
-                                          const gchar   *primary,
-                                          const gchar   *text);
-
-static void      gimp_help_call          (Gimp          *gimp,
-                                          const gchar   *procedure_name,
-                                          const gchar   *help_domain,
-                                          const gchar   *help_locales,
-                                          const gchar   *help_id);
-static gchar *   gimp_help_get_locales   (GimpGuiConfig *config);
+static gboolean   gimp_help_browser       (Gimp          *gimp);
+static void       gimp_help_browser_error (Gimp          *gimp,
+                                           const gchar   *title,
+                                           const gchar   *primary,
+                                           const gchar   *text);
+
+static void       gimp_help_call          (Gimp          *gimp,
+                                           const gchar   *procedure_name,
+                                           const gchar   *help_domain,
+                                           const gchar   *help_locales,
+                                           const gchar   *help_id);
+static gchar    * gimp_help_get_locales   (GimpGuiConfig *config);
 
 
 /*  public functions  */



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