From 9df7720fabd9ee7cb98dfd7ea6736224daf26364 Mon Sep 17 00:00:00 2001 From: Lars Uebernickel Date: Tue, 2 Jul 2013 15:07:49 -0400 Subject: Set the desired position in the panel --- src/indicator-session.c | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src/indicator-session.c b/src/indicator-session.c index 431292e..ada8c6e 100644 --- a/src/indicator-session.c +++ b/src/indicator-session.c @@ -93,8 +93,7 @@ static void indicator_session_init (IndicatorSession *self); static void indicator_session_dispose (GObject *object); static void indicator_session_finalize (GObject *object); static GList* indicator_session_get_entries (IndicatorObject* obj); -static guint indicator_session_get_location (IndicatorObject * io, - IndicatorObjectEntry * entry); +static gint indicator_session_get_position (IndicatorObject * io); G_DEFINE_TYPE (IndicatorSession, indicator_session, INDICATOR_OBJECT_TYPE); @@ -108,7 +107,7 @@ indicator_session_class_init (IndicatorSessionClass *klass) IndicatorObjectClass * io_class = INDICATOR_OBJECT_CLASS(klass); io_class->get_entries = indicator_session_get_entries; - io_class->get_location = indicator_session_get_location; + io_class->get_position = indicator_session_get_position; return; } @@ -201,11 +200,10 @@ indicator_session_get_entries (IndicatorObject* obj) return g_list_append (NULL, &self->entry); } -static guint -indicator_session_get_location (IndicatorObject * io, - IndicatorObjectEntry * entry) +static gint +indicator_session_get_position (IndicatorObject * io) { - return 0; + return 10; } /* callback for the service manager state of being */ -- cgit v1.2.3 From b8846bc27ad107ff3a06f0378da73b239e8ed2b0 Mon Sep 17 00:00:00 2001 From: Automatic PS uploader Date: Wed, 3 Jul 2013 14:17:07 +0000 Subject: Releasing 12.10.5+13.10.20130703.1-0ubuntu1, based on r397 --- debian/changelog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/debian/changelog b/debian/changelog index b04b591..6c8cd4c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +indicator-session (12.10.5+13.10.20130703.1-0ubuntu1) saucy; urgency=low + + [ Lars Uebernickel ] + * session-menu-mgr.c: don't leak user menu items. (LP: #1195595) + * I know the new session indicator is coming soon, but I think having + this for the next week or so is worthwhile anyway. Not having the + session indicator on the trailing edge of the panel is unnerving :). + + [ Ubuntu daily release ] + * Automatic snapshot from revision 397 + + -- Ubuntu daily release Wed, 03 Jul 2013 14:17:07 +0000 + indicator-session (12.10.5daily13.06.19-0ubuntu2) saucy; urgency=low * Backport a fix for high resources usage issue, thanks Lars (lp: #1195595) -- cgit v1.2.3