diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-03-10 04:07:28 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-03-10 04:07:28 +0800 |
commit | 89d666e54338b9f8e8c6574aef45060f2371d8d5 (patch) | |
tree | ebf99b47d0190c61a368ff004d7e41da51dbdb4d /widgets/menus/gal-view-instance.h | |
parent | f7e0850ff206d1aed3922000a8cba39d7bc8848a (diff) | |
download | gsoc2013-evolution-89d666e54338b9f8e8c6574aef45060f2371d8d5.tar.gz gsoc2013-evolution-89d666e54338b9f8e8c6574aef45060f2371d8d5.tar.zst gsoc2013-evolution-89d666e54338b9f8e8c6574aef45060f2371d8d5.zip |
Bug 610023 - Does not restore "Current View" on startup
Adds a GalViewInstance::loaded signal so EShellView gets notified when
the initial view is loaded.
Diffstat (limited to 'widgets/menus/gal-view-instance.h')
-rw-r--r-- | widgets/menus/gal-view-instance.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/menus/gal-view-instance.h b/widgets/menus/gal-view-instance.h index 0b0fd42945..2ca4e86de1 100644 --- a/widgets/menus/gal-view-instance.h +++ b/widgets/menus/gal-view-instance.h @@ -66,6 +66,7 @@ typedef struct { void (*display_view) (GalViewInstance *instance, GalView *view); void (*changed) (GalViewInstance *instance); + void (*loaded) (GalViewInstance *instance); } GalViewInstanceClass; /* Standard functions */ |