[Bug 347520] Re: links to devhelp documentation don't work

2012-01-06 Thread Sebastien Bacher
** Changed in: glade-3 (Ubuntu)
   Status: Fix Committed => Fix Released

** Changed in: glade-3 (Ubuntu)
 Assignee: Ubuntu Desktop Bugs (desktop-bugs) => (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/347520

Title:
  links to devhelp documentation don't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/glade/+bug/347520/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 347520] Re: links to devhelp documentation don't work

2010-09-15 Thread Bug Watch Updater
** Changed in: glade-3
   Status: Unknown => Fix Released

** Changed in: glade-3
   Importance: Unknown => Medium

-- 
links to devhelp documentation don't work
https://bugs.launchpad.net/bugs/347520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 347520] Re: links to devhelp documentation don't work

2010-04-14 Thread Javier Jardón
** Changed in: glade-2.old
   Importance: Unknown => Undecided

** Changed in: glade-2.old
   Status: Unknown => New

** Changed in: glade-2.old
 Remote watch: GNOME Bug Tracker #576477 => None

** Changed in: glade-2.old
   Status: New => Invalid

-- 
links to devhelp documentation don't work
https://bugs.launchpad.net/bugs/347520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 347520] Re: links to devhelp documentation don't work

2010-04-14 Thread Javier Jardón
** Changed in: glade-3
   Importance: Undecided => Unknown

** Changed in: glade-3
   Status: Invalid => Unknown

** Changed in: glade-3
 Remote watch: None => GNOME Bug Tracker #576477

** Package changed: glade (Ubuntu) => glade-3 (Ubuntu)

-- 
links to devhelp documentation don't work
https://bugs.launchpad.net/bugs/347520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 347520] Re: links to devhelp documentation don't work

2010-02-19 Thread Bernard Decock
I don't know if my wish is related to the problem above, but for me it
is very annoying that each time a doucumention-lookup is requested, the
entry is tagged with "page:". I have to remove the "page:"-tag each time
(See picture)

** Attachment added: "GladeDocumentationLookup.png"
   http://launchpadlibrarian.net/39394950/GladeDocumentationLookup.png

-- 
links to devhelp documentation don't work
https://bugs.launchpad.net/bugs/347520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 347520] Re: links to devhelp documentation don't work

2010-01-28 Thread Pedro Villavicencio
** Changed in: glade (Ubuntu)
   Status: Triaged => Fix Committed

-- 
links to devhelp documentation don't work
https://bugs.launchpad.net/bugs/347520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 347520] Re: links to devhelp documentation don't work

2010-01-19 Thread Javier Jardón
Trivial patch submitted upstream:

diff --git a/gladeui/glade-utils.c b/gladeui/glade-utils.c
index 276c656..d17f330 100644
--- a/gladeui/glade-utils.c
+++ b/gladeui/glade-utils.c
@@ -1661,7 +1661,7 @@ glade_util_search_devhelp (const gchar *book,
g_return_if_fail (glade_util_have_devhelp ());

if (book) book_comm = g_strdup_printf ("book:%s ", book);
-   if (page) page_comm = g_strdup_printf ("page:%s ", page);
+   if (page) page_comm = g_strdup_printf ("page:%s", page);

string = g_strdup_printf ("devhelp -s \"%s%s%s\"", 
   book_comm ? book_comm : "",

-- 
links to devhelp documentation don't work
https://bugs.launchpad.net/bugs/347520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 347520] Re: links to devhelp documentation don't work

2010-01-19 Thread Javier Jardón
** Package changed: glade-3 (Ubuntu) => glade (Ubuntu)

-- 
links to devhelp documentation don't work
https://bugs.launchpad.net/bugs/347520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 347520] Re: links to devhelp documentation don't work

2010-01-19 Thread Javier Jardón
** Changed in: glade-3
   Importance: Unknown => Undecided

** Changed in: glade-3
 Remote watch: GNOME Bug Tracker #576477 => None

** Changed in: glade-3
   Status: New => Invalid

-- 
links to devhelp documentation don't work
https://bugs.launchpad.net/bugs/347520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 347520] Re: links to devhelp documentation don't work

2010-01-19 Thread Javier Jardón
** Also affects: glade via
   https://bugzilla.gnome.org/show_bug.cgi?id=576477
   Importance: Unknown
   Status: Unknown

-- 
links to devhelp documentation don't work
https://bugs.launchpad.net/bugs/347520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 347520] Re: links to devhelp documentation don't work

2009-04-26 Thread Javier Jardón
Confirmed in final jaunty release

-- 
links to devhelp documentation don't work
https://bugs.launchpad.net/bugs/347520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 347520] Re: links to devhelp documentation don't work

2009-03-23 Thread Bug Watch Updater
** Changed in: glade-3
   Status: Unknown => New

-- 
links to devhelp documentation don't work
https://bugs.launchpad.net/bugs/347520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs