Trim trailing white spaces on empty lines.
[geeqie.git] / src / bar.h
index 44996c9..aa0600d 100644 (file)
--- a/src/bar.h
+++ b/src/bar.h
@@ -1,7 +1,7 @@
 /*
  * Geeqie
  * (C) 2004 John Ellis
- * Copyright (C) 2008 - 2009 The Geeqie Team
+ * Copyright (C) 2008 - 2012 The Geeqie Team
  *
  * Author: Vladimir Nadvornik
  *
@@ -19,7 +19,8 @@ typedef enum {
        PANE_COMMENT,
        PANE_EXIF,
        PANE_HISTOGRAM,
-       PANE_KEYWORDS
+       PANE_KEYWORDS,
+       PANE_GPS
 } PaneType;
 
 typedef struct _PaneData PaneData;
@@ -34,7 +35,7 @@ struct _PaneData {
        gboolean expanded;
        gchar *id;
        PaneType type;
-       
+
        /* filled in by bar */
        GtkWidget *bar;
        LayoutWindow *lw;