Revision: 1846
          http://geeqie.svn.sourceforge.net/geeqie/?rev=1846&view=rev
Author:   nadvornik
Date:     2009-09-12 15:51:37 +0000 (Sat, 12 Sep 2009)

Log Message:
-----------
editor fixes

- fixed editor loading order
- fixed EditorWindow->modified flag handling

Modified Paths:
--------------
    trunk/src/desktop_file.c
    trunk/src/editors.c

Modified: trunk/src/desktop_file.c
===================================================================
--- trunk/src/desktop_file.c    2009-09-12 15:31:24 UTC (rev 1845)
+++ trunk/src/desktop_file.c    2009-09-12 15:51:37 UTC (rev 1846)
@@ -126,6 +126,7 @@
                }
 
        gtk_widget_set_sensitive(ew->save_button, FALSE);
+       gtk_text_buffer_set_modified(ew->buffer, FALSE);
        ew->modified = FALSE;
 }
 

Modified: trunk/src/editors.c
===================================================================
--- trunk/src/editors.c 2009-09-12 15:31:24 UTC (rev 1845)
+++ trunk/src/editors.c 2009-09-12 15:51:37 UTC (rev 1846)
@@ -430,7 +430,7 @@
                }
                
        g_strfreev(split_dirs);
-       return g_list_reverse(list);
+       return list;
 }
 
 static void editor_list_add_cb(gpointer key, gpointer value, gpointer data)


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

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn

Reply via email to