~kelemeng/banshee/bug743928

« back to all changes in this revision

Viewing changes to src/Core/Banshee.Services/Banshee.ServiceStack/Application.cs

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2011-03-11 01:05:18 UTC
  • mfrom: (1.14.3 upstream) (6.4.9 sid)
  • Revision ID: james.westby@ubuntu.com-20110311010518-7j68jrnl3m4og597
Tags: 1.9.5-1ubuntu1
* Merge from Debian Unstable, remaining changes:
  + Enable SoundMenu and Disable NotificationArea by default
  + Disable boo and karma extensions
  + Enable and recommnd u1ms and soundmenu extensions
  + Move desktop file for Meego UI to /usr/share/une/applications

Show diffs side-by-side

added added

removed removed

Lines of Context:
192
192
            }
193
193
 
194
194
            if (!shown) {
195
 
                Banshee.Web.Browser.Open (String.Format ("http://library.gnome.org/users/{0}/{1}/", project, Version));
 
195
                Banshee.Web.Browser.Open (String.Format ("http://library.gnome.org/users/{0}/", project));
196
196
            }
197
197
        }
198
198