banshee r3897 - in trunk/banshee: . src/Core/Banshee.Core/Resources src/Core/Banshee.ThickClient src/Core/Banshee.ThickClient/Banshee.Gui.Dialogs src/Core/Banshee.ThickClient/Resources
- From: abock svn gnome org
- To: svn-commits-list gnome org
- Subject: banshee r3897 - in trunk/banshee: . src/Core/Banshee.Core/Resources src/Core/Banshee.ThickClient src/Core/Banshee.ThickClient/Banshee.Gui.Dialogs src/Core/Banshee.ThickClient/Resources
- Date: Tue, 6 May 2008 20:24:19 +0100 (BST)
Author: abock
Date: Tue May 6 19:24:19 2008
New Revision: 3897
URL: http://svn.gnome.org/viewvc/banshee?rev=3897&view=rev
Log:
Updated some stuff
Added:
trunk/banshee/src/Core/Banshee.ThickClient/Resources/jcastro.png (contents, props changed)
Modified:
trunk/banshee/configure.ac
trunk/banshee/src/Core/Banshee.Core/Resources/contributors.xml
trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui.Dialogs/AboutDialog.cs
trunk/banshee/src/Core/Banshee.ThickClient/Makefile.am
Modified: trunk/banshee/configure.ac
==============================================================================
--- trunk/banshee/configure.ac (original)
+++ trunk/banshee/configure.ac Tue May 6 19:24:19 2008
@@ -2,8 +2,8 @@
# 0.98.* = Alpha *
# 0.99.* = Beta *
-AC_INIT([banshee-1], [0.98.4])
-ASM_DISPLAY_VERSION="1.0 Alpha 4"
+AC_INIT([banshee-1], [0.99.1])
+ASM_DISPLAY_VERSION="1.0 Beta 1"
DEVEL_BUILD=yes
AC_CANONICAL_SYSTEM
Modified: trunk/banshee/src/Core/Banshee.Core/Resources/contributors.xml
==============================================================================
--- trunk/banshee/src/Core/Banshee.Core/Resources/contributors.xml (original)
+++ trunk/banshee/src/Core/Banshee.Core/Resources/contributors.xml Tue May 6 19:24:19 2008
@@ -31,7 +31,7 @@
<contributor>Jan Arne Petersen</contributor>
<contributor>Jason Conti</contributor>
<contributor>Jeff Tickle</contributor>
- <contributor>Jorge Castro</contributor>
+ <contributor>Jorge "The Latin Lover" Orlando Castro Rodriguez</contributor>
<contributor>Juri Pakaste</contributor>
<contributor>Ken Vandine</contributor>
<contributor>Larry Ewing</contributor>
Modified: trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui.Dialogs/AboutDialog.cs
==============================================================================
--- trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui.Dialogs/AboutDialog.cs (original)
+++ trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui.Dialogs/AboutDialog.cs Tue May 6 19:24:19 2008
@@ -82,7 +82,7 @@
// than plain Name, since it's been depreciated. We can't do that
// yet though since it breaks stuff for other people.
Name = "Banshee";
- Logo = Gdk.Pixbuf.LoadFromResource ("banshee-logo.png");
+ Logo = Gdk.Pixbuf.LoadFromResource (ApplicationContext.Debugging ? "jcastro.png" : "banshee-logo.png");
Version = String.Format ("{0} ({1})",
Banshee.ServiceStack.Application.DisplayVersion,
Banshee.ServiceStack.Application.Version);
Modified: trunk/banshee/src/Core/Banshee.ThickClient/Makefile.am
==============================================================================
--- trunk/banshee/src/Core/Banshee.ThickClient/Makefile.am (original)
+++ trunk/banshee/src/Core/Banshee.ThickClient/Makefile.am Tue May 6 19:24:19 2008
@@ -102,6 +102,7 @@
Banshee.ThickClient.addin.xml \
Resources/banshee-dialogs.glade \
Resources/banshee-logo.png \
+ Resources/jcastro.png \
Resources/browser-album-cover.png \
Resources/core-ui-actions-layout.xml
Added: trunk/banshee/src/Core/Banshee.ThickClient/Resources/jcastro.png
==============================================================================
Binary file. No diff available.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]