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. release_0_8_9_final-


From: Rob Savoye
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1426-gaeccc93
Date: Sat, 21 Jan 2012 00:35:02 +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  aeccc93f57fd8bdb893b38863386d84bbc80ffe1 (commit)
       via  c08e864ae8d7dc303a9504085ed35f355caf8ff2 (commit)
      from  4b850e66db9d3eb57b73506eaf533e48b5056862 (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=aeccc93f57fd8bdb893b38863386d84bbc80ffe1


commit aeccc93f57fd8bdb893b38863386d84bbc80ffe1
Author: Rob Savoye <address@hidden>
Date:   Fri Jan 20 17:34:36 2012 -0700

    remove extraneous spaces in string

diff --git a/libmedia/gst/VideoInputGst.cpp b/libmedia/gst/VideoInputGst.cpp
index 764cfa6..374baa8 100644
--- a/libmedia/gst/VideoInputGst.cpp
+++ b/libmedia/gst/VideoInputGst.cpp
@@ -1021,8 +1021,8 @@ VideoInputGst::webcamChangeSourceBin()
         //if format didn't get set, something went wrong. try picking
         //the first supported format and a different supported resolution
         if (!format) {
-            log_error(_("%s: the resolution you chose isn't supported, picking 
\
-                a supported value"), __FUNCTION__);
+            log_error(_("%s: the resolution you chose isn't supported, picking"
+                " a supported value"), __FUNCTION__);
             format = &g_array_index (webcam->_webcamDevice->videoFormats,
                  WebcamVidFormat, 0);
 

http://git.savannah.gnu.org/cgit//commit/?id=c08e864ae8d7dc303a9504085ed35f355caf8ff2


commit c08e864ae8d7dc303a9504085ed35f355caf8ff2
Author: Rob Savoye <address@hidden>
Date:   Fri Jan 20 17:33:51 2012 -0700

    tweak copyright message

diff --git a/cygnal/cygnal.cpp b/cygnal/cygnal.cpp
index ea2a070..67f265c 100644
--- a/cygnal/cygnal.cpp
+++ b/cygnal/cygnal.cpp
@@ -619,7 +619,7 @@ version_and_copyright()
         << _("Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, 
Inc.\n"
         "Cygnal comes with NO WARRANTY, to the extent permitted by law.\n"
         "You may redistribute copies of Cygnal under the terms of the GNU 
General\n"
-        "Public License V3. For more information, see the file named 
COPYING.\n")
+        "Public License V3 or later. For more information, see the file named 
COPYING.\n")
     << endl;
 }
 

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

Summary of changes:
 cygnal/cygnal.cpp              |    2 +-
 libmedia/gst/VideoInputGst.cpp |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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