diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2004-07-14 13:26:04 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2004-07-14 13:26:04 +0000 |
commit | b6aa03f5a5ca29a3366986b0b317800bb73f9a1f (patch) | |
tree | 631b60e2f0a638e0b4c61add421aa3242536a57a /media-video/kino | |
parent | sync IUSE (-doc), trim trailing whitespace (Manifest recommit) (diff) | |
download | gentoo-2-b6aa03f5a5ca29a3366986b0b317800bb73f9a1f.tar.gz gentoo-2-b6aa03f5a5ca29a3366986b0b317800bb73f9a1f.tar.bz2 gentoo-2-b6aa03f5a5ca29a3366986b0b317800bb73f9a1f.zip |
Fixed BUG #52446.
Diffstat (limited to 'media-video/kino')
-rw-r--r-- | media-video/kino/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/kino/files/kino-0.7.1-64bit-clean.patch | 20 |
2 files changed, 25 insertions, 1 deletions
diff --git a/media-video/kino/ChangeLog b/media-video/kino/ChangeLog index ed4edea2f0fe..444e66e44e9c 100644 --- a/media-video/kino/ChangeLog +++ b/media-video/kino/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/kino # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/kino/ChangeLog,v 1.20 2004/06/25 00:42:23 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/kino/ChangeLog,v 1.21 2004/07/14 13:26:04 kugelfang Exp $ + + 14 Jul 2004; Danny van Dyk <kugelfang@gentoo.org> + +files/kino-0.7.1-64bit-clean.patch: + Fixed BUG #52446. 01 Jun 2004; Travis Tilley <lv@gentoo.org> kino-0.7.1.ebuild: stable on amd64 diff --git a/media-video/kino/files/kino-0.7.1-64bit-clean.patch b/media-video/kino/files/kino-0.7.1-64bit-clean.patch new file mode 100644 index 000000000000..fea7ade86fdd --- /dev/null +++ b/media-video/kino/files/kino-0.7.1-64bit-clean.patch @@ -0,0 +1,20 @@ +--- src/image_filters.cc.orig 2004-05-30 21:43:30.933654616 +0200 ++++ src/image_filters.cc 2004-05-30 21:42:57.000813192 +0200 +@@ -558,6 +558,7 @@ + // Store these for future reference + this->menu = menu; + this->container = container; ++ this->selected_filter = 0; + + // Add the filters to the menu + GtkMenu *menu_new = GTK_MENU( gtk_menu_new( ) ); +--- src/image_transitions.cc.orig 2004-05-30 21:52:45.700317264 +0200 ++++ src/image_transitions.cc 2004-05-30 21:53:14.978866248 +0200 +@@ -471,6 +471,7 @@ + // Store these for future reference + this->menu = menu; + this->container = container; ++ this->selected_transition = 0; + + // Add the transitions to the menu + GtkMenu *menu_new = GTK_MENU( gtk_menu_new( ) ); |