gimp r26918 - in trunk: . app/gui



Author: tml
Date: Wed Sep 10 20:01:45 2008
New Revision: 26918
URL: http://svn.gnome.org/viewvc/gimp?rev=26918&view=rev

Log:
2008-09-10  Tor Lillqvist  <tml novell com>

	* app/gui/gui-unique.c: Untabify.



Modified:
   trunk/ChangeLog
   trunk/app/gui/gui-unique.c

Modified: trunk/app/gui/gui-unique.c
==============================================================================
--- trunk/app/gui/gui-unique.c	(original)
+++ trunk/app/gui/gui-unique.c	Wed Sep 10 20:01:45 2008
@@ -134,7 +134,7 @@
 static IdleOpenData *
 idle_open_data_new (const gchar *name,
                     gint         len,
-		    gboolean     as_new)
+                    gboolean     as_new)
 {
   IdleOpenData *data = g_slice_new0 (IdleOpenData);
 
@@ -177,9 +177,9 @@
 
 static LRESULT CALLBACK
 gui_unique_win32_message_handler (HWND   hWnd,
-				  UINT   uMsg,
-				  WPARAM wParam,
-				  LPARAM lParam)
+                                  UINT   uMsg,
+                                  WPARAM wParam,
+                                  LPARAM lParam)
 {
   switch (uMsg)
     {
@@ -233,9 +233,9 @@
   RegisterClassW (&wc);
 
   proxy_window = CreateWindowExW (0,
-				  GIMP_UNIQUE_WIN32_WINDOW_CLASS,
-				  GIMP_UNIQUE_WIN32_WINDOW_NAME,
-				  WS_POPUP, 0, 0, 1, 1, NULL, NULL, wc.hInstance, NULL);
+                                  GIMP_UNIQUE_WIN32_WINDOW_CLASS,
+                                  GIMP_UNIQUE_WIN32_WINDOW_NAME,
+                                  WS_POPUP, 0, 0, 1, 1, NULL, NULL, wc.hInstance, NULL);
 }
 
 static void



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