GImageView is a GTK+ based image viewer which supports tabbed browsing, thumbnail table views, directory tree views and drag and drop. It also support movies using the Xine library and MPlayer, and supports images in compressed archive formats.
Revision | 6f1f53ee9246bfc96f166641b43e3e5944b4c7c1 (tree) |
---|---|
Time | 2010-11-17 15:10:11 |
Author | makeinu <makeinu@aeae...> |
Commiter | makeinu |
fix broken scrolling with recent gtk+.
git-svn-id: https://gtkmmviewer.svn.sourceforge.net/svnroot/gtkmmviewer/gimageview/trunk@1215 aeae0eed-423c-0410-9251-95fb8af3d19f
@@ -1,3 +1,7 @@ | ||
1 | +2010-11-17 Takuro Ashie <ashie@homa.ne.jp> | |
2 | + | |
3 | + * src/gimv_scrolled.c: Fix broken scrolling with recent gtk+. | |
4 | + | |
1 | 5 | 2009-02-08 Takuro Ashie <ashie@homa.ne.jp> |
2 | 6 | |
3 | 7 | * src/utils_autocomp.c: Remove needless #include. |
@@ -106,7 +106,7 @@ gimv_scrolled_class_init (GimvScrolledClass *klass) | ||
106 | 106 | G_STRUCT_OFFSET(GimvScrolledClass, set_scroll_adjustments), |
107 | 107 | NULL, NULL, |
108 | 108 | gtk_marshal_NONE__POINTER_POINTER, |
109 | - G_TYPE_NONE, 2, G_TYPE_POINTER, G_TYPE_POINTER); | |
109 | + G_TYPE_NONE, 2, GTK_TYPE_ADJUSTMENT, GTK_TYPE_ADJUSTMENT); | |
110 | 110 | |
111 | 111 | gimv_scrolled_signals[ADJUST_ADJUSTMENTS] = |
112 | 112 | g_signal_new ("adjust_adjustments", |
@@ -1,6 +1,6 @@ | ||
1 | 1 | /* jpeg-data.c |
2 | 2 | * |
3 | - * Copyright -Aゥ 2001 Lutz M?ler <lutz@users.sourceforge.net>$)B | |
3 | + * Copyright .A自 2001 Lutz M周ller <lutz@users.sourceforge.net> | |
4 | 4 | * |
5 | 5 | * This library is free software; you can redistribute it and/or |
6 | 6 | * modify it under the terms of the GNU Lesser General Public |