diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-07-13 13:52:04 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-07-13 13:52:04 +0100 |
commit | 07a314b698c43f47d706a1b87b8101a2f6edc4db (patch) | |
tree | 5f3d0f33fc9c77c5a7080629bd0f1974fc90b89e /src | |
parent | 4325e0092d77cc2d993c7305c49d0517f3defb0e (diff) | |
download | ayatana-indicator-sound-07a314b698c43f47d706a1b87b8101a2f6edc4db.tar.gz ayatana-indicator-sound-07a314b698c43f47d706a1b87b8101a2f6edc4db.tar.bz2 ayatana-indicator-sound-07a314b698c43f47d706a1b87b8101a2f6edc4db.zip |
typo fixed
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 1 | ||||
-rw-r--r-- | src/scrub-widget.c | 1 | ||||
-rw-r--r-- | src/scrub-widget.h | 4 | ||||
-rw-r--r-- | src/sound-service-dbus.h | 1 | ||||
-rw-r--r-- | src/title-widget.c | 1 |
5 files changed, 3 insertions, 5 deletions
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 <http://www.gnu.org/licenses/>. #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 <http://www.gnu.org/licenses/>. #include <glib/gi18n.h> #include "title-widget.h" -#include "scrub-widget.h" #include "common-defs.h" #include <gtk/gtk.h> #include <libindicator/indicator-image-helper.h> |