Mercurial > geeqie.yaz
comparison src/pan-item.c @ 995:6ca2c5fd7b13
Whitespaces cleanup.
author | zas_ |
---|---|
date | Mon, 25 Aug 2008 22:20:45 +0000 |
parents | d6a7fb4b8e7c |
children | 4fe8f9656107 |
comparison
equal
deleted
inserted
replaced
994:c879a4c14f33 | 995:6ca2c5fd7b13 |
---|---|
795 | 795 |
796 GList *pan_item_find_by_fd(PanWindow *pw, PanItemType type, FileData *fd, | 796 GList *pan_item_find_by_fd(PanWindow *pw, PanItemType type, FileData *fd, |
797 gint ignore_case, gint partial) | 797 gint ignore_case, gint partial) |
798 { | 798 { |
799 if (!fd) return NULL; | 799 if (!fd) return NULL; |
800 return pan_item_find_by_path(pw, type, fd->path, ignore_case, partial); | 800 return pan_item_find_by_path(pw, type, fd->path, ignore_case, partial); |
801 } | 801 } |
802 | 802 |
803 | 803 |
804 static PanItem *pan_item_find_by_coord_l(GList *list, PanItemType type, gint x, gint y, const gchar *key) | 804 static PanItem *pan_item_find_by_coord_l(GList *list, PanItemType type, gint x, gint y, const gchar *key) |
805 { | 805 { |