# HG changeset patch # User Elliott Sales de Andrade # Date 1280100826 0 # Node ID bb7e8e98bdb148e4616e0a5e9df129883375bbe3 # Parent 9e42b9ea8fd3959f875fcc5904209c4523654387 Deprecate pidgin_check_if_dir, which is no longer used since 2.7.0 dropped support for older GTK+. diff -r 9e42b9ea8fd3 -r bb7e8e98bdb1 ChangeLog.API --- a/ChangeLog.API Sun Jul 25 22:22:29 2010 +0000 +++ b/ChangeLog.API Sun Jul 25 23:33:46 2010 +0000 @@ -18,6 +18,9 @@ the visibility of the entries in the 'lean' view (the default toolbar view). + Deprecated: + * pidgin_check_if_dir + libgnt: Added: * gnt_tree_row_get_key, gnt_tree_row_get_next, diff -r 9e42b9ea8fd3 -r bb7e8e98bdb1 pidgin/gtkutils.h --- a/pidgin/gtkutils.h Sun Jul 25 22:22:29 2010 +0000 +++ b/pidgin/gtkutils.h Sun Jul 25 23:33:46 2010 +0000 @@ -410,6 +410,9 @@ * @param filesel The file selection window. * * @return TRUE if given path is a directory, FALSE otherwise. + * @deprecated Pidgin no longer uses GtkFileSelection internally. It has also + * been deprecated by GTK+. Use GtkFileChooser instead and ignore + * this function. */ gboolean pidgin_check_if_dir(const char *path, GtkFileSelection *filesel);