From 07a314b698c43f47d706a1b87b8101a2f6edc4db Mon Sep 17 00:00:00 2001 From: Conor Curran Date: Tue, 13 Jul 2010 13:52:04 +0100 Subject: typo fixed --- src/Makefile.am | 1 + src/scrub-widget.c | 1 - src/scrub-widget.h | 4 ++-- src/sound-service-dbus.h | 1 - src/title-widget.c | 1 - 5 files changed, 3 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index a02c5a4..ed3e394 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -18,6 +18,7 @@ libsoundmenu_la_SOURCES = \ indicator-sound.c \ title-widget.c \ title-widget.h \ + scrub-widget.c \ scrub-widget.h \ dbus-shared-names.h \ sound-service-client.h diff --git a/src/scrub-widget.c b/src/scrub-widget.c index f5e1eda..748cd19 100644 --- a/src/scrub-widget.c +++ b/src/scrub-widget.c @@ -25,7 +25,6 @@ with this program. If not, see . #include "scrub-widget.h" #include "common-defs.h" - typedef struct _ScrubWidgetPrivate ScrubWidgetPrivate; struct _ScrubWidgetPrivate diff --git a/src/scrub-widget.h b/src/scrub-widget.h index 2b72c74..32455e3 100644 --- a/src/scrub-widget.h +++ b/src/scrub-widget.h @@ -1,4 +1,4 @@ -s/* +/* Copyright 2010 Canonical Ltd. Authors: @@ -44,7 +44,7 @@ struct _ScrubWidget { }; GType scrub_widget_get_type (void) G_GNUC_CONST; -GtkWidget* scrub_widget_new(DbusmenuMenuitem *twin_item); +GtkWidget* scrub_widget_new(DbusmenuMenuitem* twin_item); G_END_DECLS diff --git a/src/sound-service-dbus.h b/src/sound-service-dbus.h index 258b610..72556ad 100644 --- a/src/sound-service-dbus.h +++ b/src/sound-service-dbus.h @@ -33,7 +33,6 @@ G_BEGIN_DECLS #define IS_SOUND_SERVICE_DBUS_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), SOUND_SERVICE_DBUS_TYPE)) #define SOUND_SERVICE_DBUS_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), SOUND_SERVICE_DBUS_TYPE, SoundServiceDbusClass)) - typedef struct _SoundServiceDbus SoundServiceDbus; typedef struct _SoundServiceDbusClass SoundServiceDbusClass; typedef struct _SoundData SoundData; diff --git a/src/title-widget.c b/src/title-widget.c index 5de2fb8..8037eb7 100644 --- a/src/title-widget.c +++ b/src/title-widget.c @@ -23,7 +23,6 @@ with this program. If not, see . #include #include "title-widget.h" -#include "scrub-widget.h" #include "common-defs.h" #include #include -- cgit v1.2.3