~pkgcrosswire/xiphos/main

« back to all changes in this revision

Viewing changes to src/gnome2/navbar_versekey_parallel.c

  • Committer: Dmitrijs Ledkovs
  • Date: 2010-11-14 00:38:52 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: dmitrij.ledkov@ubuntu.com-20101114003852-sjt227lz4qqi85xj
New upstream release 3.1.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * Xiphos Bible Study Tool
3
3
 * navbar_versekey_parallel.c - navigation bar for the parallel dialog
4
4
 *
5
 
 * Copyright (C) 2007-2009 Xiphos Developer Team
 
5
 * Copyright (C) 2007-2010 Xiphos Developer Team
6
6
 *
7
7
 * This program is free software; you can redistribute it and/or modify
8
8
 * it under the terms of the GNU General Public License as published by
400
400
                buf = (gchar*)main_url_encode(settings.currentverse);
401
401
                if (buf && (strlen(buf) > 3)) {
402
402
                        url =
403
 
                            g_strdup_printf("xiphos.url?action=showParallel&"
 
403
                            g_strdup_printf("passagestudy.jsp?action=showParallel&"
404
404
                                                "type=verse&value=%s",
405
405
                                                buf); // xml_get_value("keys", "verse")));
406
406
                        main_url_handler(url, TRUE);