Revision: 1373
http://geeqie.svn.sourceforge.net/geeqie/?rev=1373&view=rev
Author: zas_
Date: 2009-02-03 13:50:10 +0000 (Tue, 03 Feb 2009)
Log Message:
-----------
Reorder fields a bit and make flags field unsigned.
Modified Paths:
--------------
trunk/src/typedefs.h
Modified: trunk/src/typedefs.h
===================================================================
--- trunk/src/typedefs.h 2009-02-03 08:41:21 UTC (rev 1372)
+++ trunk/src/typedefs.h 2009-02-03 13:50:10 UTC (rev 1373)
@@ -202,15 +202,15 @@
typedef struct _EditorDescription EditorDescription;
struct _EditorDescription {
- gchar *key; /* desktop file name, not including path, including
extension */
- gchar *name; /* localized name presented to user */
- gchar *exec;
- gchar *menu_path;
+ gchar *key; /* desktop file name, not including path,
including extension */
+ gchar *name; /* Name, localized name presented to user */
+ gchar *icon; /* Icon */
+ gchar *exec; /* Exec */
+ gchar *menu_path;
gchar *hotkey;
GList *ext_list;
- gchar *icon;
gchar *file;
- gint flags;
+ guint flags;
gboolean hidden;
};
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn