Whoops! Make it compile :)

SVN revision: 60776
This commit is contained in:
Stephen Houston 2011-06-28 22:37:15 +00:00
parent 962910db6b
commit 765a8244ba
3 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,7 @@
src/bin/ephoto.c src/bin/ephoto.c
src/bin/ephoto_config.c src/bin/ephoto_config.c
src/bin/ephoto_main.c src/bin/ephoto_main.c
src/bin/ephoto_list_browser.c src/bin/ephoto_directory_thumb.c
src/bin/ephoto_thumb_browser.c src/bin/ephoto_thumb_browser.c
src/bin/ephoto_single_browser.c src/bin/ephoto_single_browser.c
src/bin/ephoto_slideshow.c

View File

@ -240,7 +240,7 @@ ephoto_window_add(const char *path)
ephoto_single_browser_path_pending_set(ephoto->single_browser, path); ephoto_single_browser_path_pending_set(ephoto->single_browser, path);
elm_pager_content_promote(ephoto->pager, ephoto->single_browser); elm_pager_content_promote(ephoto->pager, ephoto->single_browser);
ephoto->state = EPHOTO_STATE_single; ephoto->state = EPHOTO_STATE_SINGLE;
} }
/* TODO restore size from last run as well? */ /* TODO restore size from last run as well? */

View File

@ -12,7 +12,7 @@
#define ZOOM_STEP 0.2 #define ZOOM_STEP 0.2
typedef struct _Ephoto_single_Browser Ephoto_Single_Browser; typedef struct _Ephoto_Single_Browser Ephoto_Single_Browser;
typedef struct _Ephoto_Viewer Ephoto_Viewer; typedef struct _Ephoto_Viewer Ephoto_Viewer;
struct _Ephoto_Single_Browser struct _Ephoto_Single_Browser