diff options
author | Ted Gould <ted@gould.cx> | 2011-02-10 22:18:21 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-10 22:18:21 -0600 |
commit | 4044f927a2764ea2414eb423ce054989ecf0386e (patch) | |
tree | 92b11e331d6e21f27f7c7db37a2d177902ca02e6 /src/app-indicator.h | |
parent | e5b56ecf9a05381c8ba725f53f064c2c8569ea8f (diff) | |
parent | 4d24048fffc19e52adb9c0fc4e4a35f3c96faae7 (diff) | |
download | libayatana-appindicator-4044f927a2764ea2414eb423ce054989ecf0386e.tar.gz libayatana-appindicator-4044f927a2764ea2414eb423ce054989ecf0386e.tar.bz2 libayatana-appindicator-4044f927a2764ea2414eb423ce054989ecf0386e.zip |
Fix the build so we can distcheck with GTK 2 and 3
Diffstat (limited to 'src/app-indicator.h')
-rw-r--r-- | src/app-indicator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app-indicator.h b/src/app-indicator.h index 2a30b22..3fdee86 100644 --- a/src/app-indicator.h +++ b/src/app-indicator.h @@ -169,7 +169,7 @@ typedef struct _AppIndicatorPrivate AppIndicatorPrivate; @new_icon_theme_path: Slot for #AppIndicator::new-icon-theme-path @new_label: Slot for #AppIndicator::new-label. @connection_changed: Slot for #AppIndicator::connection-changed. - @scroll-event: Slot for #AppIndicator::scroll-event + @scroll_event: Slot for #AppIndicator::scroll-event @app_indicator_reserved_ats: Reserved for future use. @fallback: Function that gets called to make a #GtkStatusIcon when there is no Application Indicator area available. |