gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, master, updated. 901ad2c0eaf0e306422c


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 901ad2c0eaf0e306422c2f43feae21f00a1115b9
Date: Wed, 24 Nov 2010 07:32:59 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  901ad2c0eaf0e306422c2f43feae21f00a1115b9 (commit)
      from  90a1610dbe071db6857f9f2b7ac3e9fc3d79cc95 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=901ad2c0eaf0e306422c2f43feae21f00a1115b9


commit 901ad2c0eaf0e306422c2f43feae21f00a1115b9
Author: Sandro Santilli <address@hidden>
Date:   Wed Nov 24 08:32:32 2010 +0100

    Fix warning in klash4, thanks Petter

diff --git a/plugin/klash4/klash_part.cpp b/plugin/klash4/klash_part.cpp
index 1c413cd..5b970db 100644
--- a/plugin/klash4/klash_part.cpp
+++ b/plugin/klash4/klash_part.cpp
@@ -468,7 +468,7 @@ KDE_NO_EXPORT bool KlashLiveConnectExtension::call
     if (!entry)
         return false;
     kdDebug () << "entry " << entry->name << endl;
-    for (unsigned int i = 0; i < args.size (); ++i) {
+    for (int i = 0; i < args.size (); ++i) {
         kdDebug () << "      " << args[i] << endl;
     }
     //Klash::View * view = static_cast <Klash::View*> (player->widget ());

-----------------------------------------------------------------------

Summary of changes:
 plugin/klash4/klash_part.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]