Merge lp:~indicator-applet-developers/libindicator/ubuntu into lp:~ubuntu-desktop/libindicator/ubuntu

Proposed by Ted Gould
Status: Merged
Merged at revision: 368
Proposed branch: lp:~indicator-applet-developers/libindicator/ubuntu
Merge into: lp:~ubuntu-desktop/libindicator/ubuntu
Diff against target: 143 lines (+29/-11)
5 files modified
ChangeLog (+8/-0)
configure (+10/-10)
configure.ac (+1/-1)
debian/changelog (+7/-0)
tools/indicator-loader.c (+3/-0)
To merge this branch: bzr merge lp:~indicator-applet-developers/libindicator/ubuntu
Reviewer Review Type Date Requested Status
Ken VanDine Pending
Review via email: mp+77355@code.launchpad.net

Description of the change

Fixing the loader

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'ChangeLog'
2--- ChangeLog 2011-09-20 02:43:09 +0000
3+++ ChangeLog 2011-09-28 15:55:30 +0000
4@@ -1,5 +1,13 @@
5 # Generated by Makefile. Do not edit.
6
7+2011-09-28 Ted Gould <ted@gould.cx>
8+
9+ 0.4.1
10+
11+2011-09-20 Ted Gould <ted@gould.cx>
12+
13+ Make sure our menus don't get proxied
14+
15 2011-09-19 Ted Gould <ted@gould.cx>
16
17 0.4.0
18
19=== modified file 'configure'
20--- configure 2011-09-20 02:44:03 +0000
21+++ configure 2011-09-28 15:55:30 +0000
22@@ -1,6 +1,6 @@
23 #! /bin/sh
24 # Guess values for system-dependent variables and create Makefiles.
25-# Generated by GNU Autoconf 2.68 for libindicator 0.4.0.
26+# Generated by GNU Autoconf 2.68 for libindicator 0.4.1.
27 #
28 # Report bugs to <http://bugs.launchpad.net/libindicator>.
29 #
30@@ -709,8 +709,8 @@
31 # Identity of this package.
32 PACKAGE_NAME='libindicator'
33 PACKAGE_TARNAME='libindicator'
34-PACKAGE_VERSION='0.4.0'
35-PACKAGE_STRING='libindicator 0.4.0'
36+PACKAGE_VERSION='0.4.1'
37+PACKAGE_STRING='libindicator 0.4.1'
38 PACKAGE_BUGREPORT='http://bugs.launchpad.net/libindicator'
39 PACKAGE_URL='http://launchpad.net/libindicator'
40
41@@ -1452,7 +1452,7 @@
42 # Omit some internal or obsolete options to make the list less imposing.
43 # This message is too long to be a string in the A/UX 3.1 sh.
44 cat <<_ACEOF
45-\`configure' configures libindicator 0.4.0 to adapt to many kinds of systems.
46+\`configure' configures libindicator 0.4.1 to adapt to many kinds of systems.
47
48 Usage: $0 [OPTION]... [VAR=VALUE]...
49
50@@ -1522,7 +1522,7 @@
51
52 if test -n "$ac_init_help"; then
53 case $ac_init_help in
54- short | recursive ) echo "Configuration of libindicator 0.4.0:";;
55+ short | recursive ) echo "Configuration of libindicator 0.4.1:";;
56 esac
57 cat <<\_ACEOF
58
59@@ -1638,7 +1638,7 @@
60 test -n "$ac_init_help" && exit $ac_status
61 if $ac_init_version; then
62 cat <<\_ACEOF
63-libindicator configure 0.4.0
64+libindicator configure 0.4.1
65 generated by GNU Autoconf 2.68
66
67 Copyright (C) 2010 Free Software Foundation, Inc.
68@@ -1916,7 +1916,7 @@
69 This file contains any messages produced by compilers while
70 running configure, to aid debugging if configure makes a mistake.
71
72-It was created by libindicator $as_me 0.4.0, which was
73+It was created by libindicator $as_me 0.4.1, which was
74 generated by GNU Autoconf 2.68. Invocation command line was
75
76 $ $0 $@
77@@ -2738,7 +2738,7 @@
78
79 # Define the identity of the package.
80 PACKAGE='libindicator'
81- VERSION='0.4.0'
82+ VERSION='0.4.1'
83
84
85 cat >>confdefs.h <<_ACEOF
86@@ -11865,7 +11865,7 @@
87 # report actual input values of CONFIG_FILES etc. instead of their
88 # values after options handling.
89 ac_log="
90-This file was extended by libindicator $as_me 0.4.0, which was
91+This file was extended by libindicator $as_me 0.4.1, which was
92 generated by GNU Autoconf 2.68. Invocation command line was
93
94 CONFIG_FILES = $CONFIG_FILES
95@@ -11932,7 +11932,7 @@
96 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
97 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
98 ac_cs_version="\\
99-libindicator config.status 0.4.0
100+libindicator config.status 0.4.1
101 configured by $0, generated by GNU Autoconf 2.68,
102 with options \\"\$ac_cs_config\\"
103
104
105=== modified file 'configure.ac'
106--- configure.ac 2011-09-20 02:44:03 +0000
107+++ configure.ac 2011-09-28 15:55:30 +0000
108@@ -1,5 +1,5 @@
109 AC_INIT([libindicator],
110- [0.4.0],
111+ [0.4.1],
112 [http://bugs.launchpad.net/libindicator],
113 [libindicator],
114 [http://launchpad.net/libindicator])
115
116=== modified file 'debian/changelog'
117--- debian/changelog 2011-09-20 16:37:24 +0000
118+++ debian/changelog 2011-09-28 15:55:30 +0000
119@@ -1,3 +1,10 @@
120+libindicator (0.4.1-0ubuntu1~ppa1) oneiric; urgency=low
121+
122+ * New upstream release.
123+ * Ensure loader doesn't use menu proxy
124+
125+ -- Ted Gould <ted@ubuntu.com> Wed, 28 Sep 2011 10:51:08 -0500
126+
127 libindicator (0.4.0-0ubuntu1) oneiric; urgency=low
128
129 * New upstream release.
130
131=== modified file 'tools/indicator-loader.c'
132--- tools/indicator-loader.c 2011-07-11 21:00:12 +0000
133+++ tools/indicator-loader.c 2011-09-28 15:55:30 +0000
134@@ -153,6 +153,9 @@
135 int
136 main (int argc, char ** argv)
137 {
138+ /* Make sure we don't proxy to ourselves */
139+ g_unsetenv("UBUNTU_MENUPROXY");
140+
141 gtk_init(&argc, &argv);
142
143 if (argc != 2) {

Subscribers

People subscribed via source and target branches

to all changes: