[gwget] Remove g_warning when getting the size of a no (new) file
- From: David Sedeño Fernández <davidsf src gnome org>
- To: svn-commits-list gnome org
- Subject: [gwget] Remove g_warning when getting the size of a no (new) file
- Date: Sat, 4 Jul 2009 16:36:21 +0000 (UTC)
commit 7504d2a697ade8d4ea8de51d80e4fa5681c2002d
Author: David Sedeño <david alderia com>
Date: Sat Jul 4 18:34:41 2009 +0200
Remove g_warning when getting the size of a no (new) file
ChangeLog | 1 +
src/gwget_data.c | 1 -
2 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index eaa0ead..60265b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2009-07-04 David Sedeño <david alderia com>
+ * src/gwget_data.c: Remove g_warning when getting the size of a no (new) file.
* src/new_window.c: Set parent window to the filechooser in new dialog.
* src/main_window_cb.c: Set parent window to about dialog.
* data/gwget.ui, src/main_window.c: Set the rows and columns reorderable.
diff --git a/src/gwget_data.c b/src/gwget_data.c
index 0988599..9480f34 100644
--- a/src/gwget_data.c
+++ b/src/gwget_data.c
@@ -559,7 +559,6 @@ gwget_data_create(gchar *url, gchar *dir)
gwgetdata->cur_size = g_file_info_get_size (info);
} else {
gwgetdata->cur_size = 0;
- g_warning ("Failed to get file size for %s: %s", gwgetdata->local_filename, err->message);
g_error_free (err);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]