Fixed erroneous deletion of downloaded content
This commit is contained in:
parent
99bab69414
commit
1b16601599
6
po/de.po
6
po/de.po
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Surfer 0.1.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2011-02-19 14:37+0100\n"
|
||||
"POT-Creation-Date: 2011-02-20 01:08+0100\n"
|
||||
"PO-Revision-Date: 2010-04-01 19:40+0200\n"
|
||||
"Last-Translator: Pierre Pronchery <khorben@defora.org>\n"
|
||||
"Language-Team: German\n"
|
||||
@ -165,7 +165,7 @@ msgstr "Fehler "
|
||||
msgid "Complete"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/download.c:538 ../src/download.c:670
|
||||
#: ../src/download.c:538 ../src/download.c:672
|
||||
msgid "Downloading"
|
||||
msgstr ""
|
||||
|
||||
@ -189,7 +189,7 @@ msgstr ""
|
||||
msgid "Unknown error"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/download.c:691
|
||||
#: ../src/download.c:693
|
||||
msgid ""
|
||||
"Usage: download [-O output][-U user-agent] URL...\n"
|
||||
" -O\tFile to write document to\n"
|
||||
|
6
po/es.po
6
po/es.po
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Surfer 0.1.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2011-02-19 14:37+0100\n"
|
||||
"POT-Creation-Date: 2011-02-20 01:08+0100\n"
|
||||
"PO-Revision-Date: 2010-04-01 19:40+0200\n"
|
||||
"Last-Translator: Pierre Pronchery <khorben@defora.org>\n"
|
||||
"Language-Team: Spanish\n"
|
||||
@ -165,7 +165,7 @@ msgstr ""
|
||||
msgid "Complete"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/download.c:538 ../src/download.c:670
|
||||
#: ../src/download.c:538 ../src/download.c:672
|
||||
msgid "Downloading"
|
||||
msgstr ""
|
||||
|
||||
@ -189,7 +189,7 @@ msgstr ""
|
||||
msgid "Unknown error"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/download.c:691
|
||||
#: ../src/download.c:693
|
||||
msgid ""
|
||||
"Usage: download [-O output][-U user-agent] URL...\n"
|
||||
" -O\tFile to write document to\n"
|
||||
|
6
po/fr.po
6
po/fr.po
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Surfer 0.1.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2011-02-19 14:37+0100\n"
|
||||
"POT-Creation-Date: 2011-02-20 01:08+0100\n"
|
||||
"PO-Revision-Date: 2010-04-01 19:40+0200\n"
|
||||
"Last-Translator: Calimero <calimeroteknik@free.fr>\n"
|
||||
"Language-Team: French\n"
|
||||
@ -167,7 +167,7 @@ msgstr "Erreur "
|
||||
msgid "Complete"
|
||||
msgstr "Terminé"
|
||||
|
||||
#: ../src/download.c:538 ../src/download.c:670
|
||||
#: ../src/download.c:538 ../src/download.c:672
|
||||
msgid "Downloading"
|
||||
msgstr "Téléchargement"
|
||||
|
||||
@ -191,7 +191,7 @@ msgstr "Code "
|
||||
msgid "Unknown error"
|
||||
msgstr "Erreur inconnue"
|
||||
|
||||
#: ../src/download.c:691
|
||||
#: ../src/download.c:693
|
||||
msgid ""
|
||||
"Usage: download [-O output][-U user-agent] URL...\n"
|
||||
" -O\tFile to write document to\n"
|
||||
|
6
po/it.po
6
po/it.po
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Surfer 0.1.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2011-02-19 14:37+0100\n"
|
||||
"POT-Creation-Date: 2011-02-20 01:08+0100\n"
|
||||
"PO-Revision-Date: 2010-04-11 12:06+0200\n"
|
||||
"Last-Translator: Pierre Pronchery <khorben@defora.org>\n"
|
||||
"Language-Team: Italian\n"
|
||||
@ -165,7 +165,7 @@ msgstr ""
|
||||
msgid "Complete"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/download.c:538 ../src/download.c:670
|
||||
#: ../src/download.c:538 ../src/download.c:672
|
||||
msgid "Downloading"
|
||||
msgstr ""
|
||||
|
||||
@ -189,7 +189,7 @@ msgstr ""
|
||||
msgid "Unknown error"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/download.c:691
|
||||
#: ../src/download.c:693
|
||||
msgid ""
|
||||
"Usage: download [-O output][-U user-agent] URL...\n"
|
||||
" -O\tFile to write document to\n"
|
||||
|
@ -664,6 +664,8 @@ static gboolean _download_on_timeout(gpointer data)
|
||||
GTK_STOCK_CLOSE);
|
||||
d->data_received = webkit_download_get_current_size(
|
||||
d->conn);
|
||||
g_object_unref(d->conn);
|
||||
d->conn = NULL;
|
||||
break;
|
||||
case WEBKIT_DOWNLOAD_STATUS_STARTED:
|
||||
gtk_label_set_text(GTK_LABEL(d->status),
|
||||
|
Loading…
Reference in New Issue
Block a user