2007-12-15 [paul] 3.1.0cvs76

* src/folderview.c
		fix compiler warning
This commit is contained in:
Paul Mangan 2007-12-15 09:40:46 +00:00
parent bd5a2c461b
commit e0598f506e
4 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2007-12-15 [paul] 3.1.0cvs76
* src/folderview.c
fix compiler warning
2007-12-14 [colin] 3.1.0cvs75
* src/folderview.c

View file

@ -3133,3 +3133,4 @@
( cvs diff -u -r 1.5.2.73 -r 1.5.2.74 src/gtk/gtkutils.c; ) > 3.1.0cvs73.patchset
( cvs diff -u -r 1.100.2.57 -r 1.100.2.58 AUTHORS; cvs diff -u -r 1.1.2.43 -r 1.1.2.44 src/gtk/authors.h; ) > 3.1.0cvs74.patchset
( cvs diff -u -r 1.207.2.191 -r 1.207.2.192 src/folderview.c; ) > 3.1.0cvs75.patchset
( cvs diff -u -r 1.207.2.192 -r 1.207.2.193 src/folderview.c; ) > 3.1.0cvs76.patchset

View file

@ -11,7 +11,7 @@ MINOR_VERSION=1
MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
EXTRA_VERSION=75
EXTRA_VERSION=76
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=

View file

@ -1880,7 +1880,6 @@ static void folderview_append_folder(FolderView *folderview, Folder *folder)
static void folderview_set_sens_and_popup_menu(FolderView *folderview, gint row,
GdkEventButton *event)
{
GtkCList *clist = GTK_CLIST(folderview->ctree);
FolderItem *item;
Folder *folder;
FolderViewPopup *fpopup;