Mailinglist Archive: opensuse-commit (1187 mails)
| < Previous | Next > |
commit amarok
- From: root@xxxxxxx (h_root)
- Date: Tue, 4 Apr 2006 18:17:25 +0200 (CEST)
- Message-id: <20060404161725.B59EC6B596@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package amarok
checked in at Tue Apr 4 18:17:25 CEST 2006.
--------
--- KDE/amarok/amarok.changes 2006-03-17 15:52:36.000000000 +0100
+++ amarok/amarok.changes 2006-04-04 15:30:37.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Apr 4 15:29:58 CEST 2006 - stbinner@xxxxxxx
+
+- fix translation of Konqueror sidebar on first start (#162765)
+
+-------------------------------------------------------------------
New:
----
konqsidebar-translation.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ amarok.spec ++++++
--- /var/tmp/diff_new_pack.7kXSod/_old 2006-04-04 18:16:57.000000000 +0200
+++ /var/tmp/diff_new_pack.7kXSod/_new 2006-04-04 18:16:57.000000000 +0200
@@ -19,7 +19,7 @@
Group: Productivity/Multimedia/Sound/Players
Summary: Media Player for KDE
Version: 1.3.8
-Release: 17
+Release: 20
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define rversion 1.3.8
%define mversion 0.5
@@ -40,6 +40,7 @@
Patch11: helix-aoss-workaround.diff
Patch12: collectiondb-mutex.diff
Patch13: xine-memleak.patch
+Patch14: konqsidebar-translation.diff
%description
amaroK is a media player for all kinds of media supported by aRts or
@@ -207,6 +208,7 @@
%patch11
%patch12
%patch13
+%patch14
cp %{S:10} amarok/src/engine/helix/
. /etc/opt/kde3/common_options
update_admin --no-unsermake
@@ -337,6 +339,8 @@
/opt/kde3/bin/amarok_libvisual
%changelog -n amarok
+* Tue Apr 04 2006 - stbinner@xxxxxxx
+- fix translation of Konqueror sidebar on first start (#162765)
* Fri Mar 17 2006 - dmueller@xxxxxxx
- really fix memory leak in xine backend
* Wed Mar 15 2006 - dmueller@xxxxxxx
++++++ konqsidebar-translation.diff ++++++
--- amarok/src/konquisidebar/universalamarok.cpp 2006/04/03 08:40:30 1.1
+++ amarok/src/konquisidebar/universalamarok.cpp 2006/04/04 13:28:28
@@ -154,6 +154,7 @@
{
void* KDE_EXPORT create_konqsidebar_universalamarok(KInstance *instance,QObject *par,QWidget *widp,QString &desktopname,const char *name)
{
+ KGlobal::locale()->insertCatalogue( "amarok" );
return new UniversalAmarok(instance,par,widp,desktopname,name);
}
}
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
| < Previous | Next > |