Hi,

  (cc-ing pitivi devel ml so everybody is reminded)

  The only changes allowed in the git.gnome.org mirror of pitivi are
changes in the po/ directory. Any changes to the source files must go
through the upstream process (where will we accept or not those
changes).

  In the future, please contact the pitivi development team.

   Thanks

On Mon, 2011-01-17 at 00:28 +0000, Alexandre Prokoudine wrote:
> commit b91100a9a32b355733d37bc138e65b1a993407b3
> Author: Alexandre Prokoudine <[email protected]>
> Date:   Mon Jan 17 03:28:11 2011 +0300
> 
>     Deweirdification of keyframes related menu items (prevframe and nextframe)
> 
>  pitivi/ui/timeline.py |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> ---
> diff --git a/pitivi/ui/timeline.py b/pitivi/ui/timeline.py
> index 81373d5..56eeca8 100644
> --- a/pitivi/ui/timeline.py
> +++ b/pitivi/ui/timeline.py
> @@ -316,9 +316,9 @@ class Timeline(gtk.Table, Loggable, Zoomable):
>                  self.split),
>              ("Keyframe", "pitivi-keyframe", _("Add a keyframe"), "K", 
> KEYFRAME,
>                  self.keyframe),
> -            ("Prevframe", "pitivi-prevframe", _("_Prevframe"), "E", 
> PREVFRAME,
> +            ("Prevframe", "pitivi-prevframe", _("_Previous keyframe"), "E", 
> PREVFRAME,
>                  self.prevframe),
> -            ("Nextframe", "pitivi-nextframe", _("_Nextframe"), "R", 
> NEXTFRAME,
> +            ("Nextframe", "pitivi-nextframe", _("_Next keyframe"), "R", 
> NEXTFRAME,
>                  self.nextframe),
>          )
>  
> _______________________________________________
> commits-list mailing list (read only)
> http://mail.gnome.org/mailman/listinfo/commits-list
> 
> Want to limit the commits to a few modules? Go to above URL, log in to edit 
> your options and select the modules ('topics') you want.



------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Pitivi-pitivi mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pitivi-pitivi

Reply via email to