Revision: 1454
          http://geeqie.svn.sourceforge.net/geeqie/?rev=1454&view=rev
Author:   zas_
Date:     2009-03-01 16:43:48 +0000 (Sun, 01 Mar 2009)

Log Message:
-----------
Indentation fixes.

Modified Paths:
--------------
    trunk/src/image.c

Modified: trunk/src/image.c
===================================================================
--- trunk/src/image.c   2009-03-01 15:54:37 UTC (rev 1453)
+++ trunk/src/image.c   2009-03-01 16:43:48 UTC (rev 1454)
@@ -1633,17 +1633,17 @@
                {
                imd->frame = gtk_frame_new(NULL);
 #if GTK_CHECK_VERSION(2,12,0)
-        g_object_ref(imd->pr);
+               g_object_ref(imd->pr);
 #else
-        gtk_widget_ref(imd->pr);
+               gtk_widget_ref(imd->pr);
 #endif
                if (imd->has_frame != -1) 
gtk_container_remove(GTK_CONTAINER(imd->widget), imd->pr);
                gtk_container_add(GTK_CONTAINER(imd->frame), imd->pr);
 
 #if GTK_CHECK_VERSION(2,12,0)
-        g_object_unref(imd->pr);
+               g_object_unref(imd->pr);
 #else
-        gtk_widget_unref(imd->pr);
+               gtk_widget_unref(imd->pr);
 #endif
                g_signal_connect(G_OBJECT(imd->frame), "expose_event",
                                 G_CALLBACK(selectable_frame_expose_cb), NULL);
@@ -1658,11 +1658,11 @@
                                       G_CALLBACK(image_focus_expose), imd);
 
 #if GTK_CHECK_VERSION(2,14,0)
-        gtk_box_pack_start(GTK_BOX(imd->widget), imd->frame, TRUE, TRUE, 0);
+               gtk_box_pack_start(GTK_BOX(imd->widget), imd->frame, TRUE, 
TRUE, 0);
 #else
-        gtk_box_pack_start_defaults(GTK_BOX(imd->widget), imd->frame);
+               gtk_box_pack_start_defaults(GTK_BOX(imd->widget), imd->frame);
 #endif
-        gtk_widget_show(imd->frame);
+               gtk_widget_show(imd->frame);
                }
        else
                {
@@ -1678,15 +1678,15 @@
                        imd->frame = NULL;
                        }
 #if GTK_CHECK_VERSION(2,14,0)
-        gtk_box_pack_start(GTK_BOX(imd->widget), imd->pr, TRUE, TRUE, 0);
+               gtk_box_pack_start(GTK_BOX(imd->widget), imd->pr, TRUE, TRUE, 
0);
 #else
                gtk_box_pack_start_defaults(GTK_BOX(imd->widget), imd->pr);
 #endif
 
 #if GTK_CHECK_VERSION(2,12,0)
-       g_object_unref(imd->pr);
+               g_object_unref(imd->pr);
 #else
-       gtk_widget_unref(imd->pr);
+               gtk_widget_unref(imd->pr);
 #endif
                }
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn

Reply via email to