From d1fbd5d1155d220b808d59a85ab69d46df4449b4 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Thu, 17 Dec 2009 13:35:11 -0500 Subject: link against the versioned library --- bindings/mono/app-indicator.sources.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/mono/app-indicator.sources.xml b/bindings/mono/app-indicator.sources.xml index 8ee8758..3585c44 100644 --- a/bindings/mono/app-indicator.sources.xml +++ b/bindings/mono/app-indicator.sources.xml @@ -1,6 +1,6 @@ - + app-indicator-enum-types.h.in -- cgit v1.2.3 From 84d7e5e9b8f638f20038008d233673daa69bb3bf Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Thu, 17 Dec 2009 13:59:19 -0500 Subject: Added license/copyright to the example and un-commented out the code that adds the menu. --- bindings/mono/examples/IndicatorExample.cs | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/bindings/mono/examples/IndicatorExample.cs b/bindings/mono/examples/IndicatorExample.cs index 0cb72a1..c34e020 100644 --- a/bindings/mono/examples/IndicatorExample.cs +++ b/bindings/mono/examples/IndicatorExample.cs @@ -1,3 +1,22 @@ +/* + * Copyright 2009 Canonical Ltd. + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 3, as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranties of + * MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR + * PURPOSE. See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see . + * + * Authors: + * Cody Russell + */ + using Gtk; using AppIndicator; @@ -21,16 +40,14 @@ public class IndicatorExample indicator.Status = Status.Attention; - /* Menu menu = new Menu (); menu.Append (new MenuItem ("Foo")); menu.Append (new MenuItem ("Bar")); indicator.Menu = menu; - */ win.ShowAll (); Application.Run (); } -} \ No newline at end of file +} -- cgit v1.2.3 From 6d8c3127941de75b8e1cd4f52e68e522405dd392 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 17 Dec 2009 13:13:28 -0600 Subject: 0.0.5 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 114b42b..2992df2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(indicator-application, 0.0.4, ted@canonical.com) +AC_INIT(indicator-application, 0.0.5, ted@canonical.com) AC_COPYRIGHT([Copyright 2009 Canonical]) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-application, 0.0.4) +AM_INIT_AUTOMAKE(indicator-application, 0.0.5) AM_MAINTAINER_MODE -- cgit v1.2.3