diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-12-07 14:47:17 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-12-07 14:47:17 +0000 |
commit | 0649b09ccf86ea2a158fb24061fc3a142e02f462 (patch) | |
tree | 3924e039f2eb72d08738c8017b667cffa37aa5ac /src/title-widget.h | |
parent | 4280f27f7b3f42a73c971664f0cd322780c2bff6 (diff) | |
parent | 55b5ef4065d32cca71b745c8dc4790e1b71af0fd (diff) | |
download | ayatana-indicator-sound-0649b09ccf86ea2a158fb24061fc3a142e02f462.tar.gz ayatana-indicator-sound-0649b09ccf86ea2a158fb24061fc3a142e02f462.tar.bz2 ayatana-indicator-sound-0649b09ccf86ea2a158fb24061fc3a142e02f462.zip |
spacing issues fixed
Diffstat (limited to 'src/title-widget.h')
-rw-r--r-- | src/title-widget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/title-widget.h b/src/title-widget.h index 029aba4..2be904a 100644 --- a/src/title-widget.h +++ b/src/title-widget.h @@ -36,11 +36,11 @@ typedef struct _TitleWidget TitleWidget; typedef struct _TitleWidgetClass TitleWidgetClass; struct _TitleWidgetClass { - GtkImageMenuItemClass parent_class; + GtkImageMenuItemClass parent_class; }; struct _TitleWidget { - GtkImageMenuItem parent; + GtkImageMenuItem parent; }; GType title_widget_get_type (void); |