[pan2/testing: 69/279] changes...
- From: Heinrich MÃller <henmull src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pan2/testing: 69/279] changes...
- Date: Sat, 3 Dec 2011 22:29:15 +0000 (UTC)
commit b03a3b4703cae34961f000fb407d543062248d58
Author: Heinrich MÃller <sphemuel stud informatik uni-erlangen de>
Date: Mon May 30 13:33:58 2011 +0200
changes...
pan/gui/gui.cc | 2 +-
pan/gui/pan.cc | 1 -
pan/gui/post-ui.cc | 1 +
uulib/uuencode.c | 1 -
4 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/pan/gui/gui.cc b/pan/gui/gui.cc
index 0c41a53..6013eae 100644
--- a/pan/gui/gui.cc
+++ b/pan/gui/gui.cc
@@ -603,7 +603,7 @@ void GUI :: do_save_articles_to_nzb ()
// write them to a file
std::ofstream tmp(file.c_str());
- if (tmp.good()) {
+ if (tmp.good())
NZB :: nzb_to_xml_file (tmp, tasks);
tmp.close();
}
diff --git a/pan/gui/pan.cc b/pan/gui/pan.cc
index 25c349e..b516b19 100644
--- a/pan/gui/pan.cc
+++ b/pan/gui/pan.cc
@@ -109,7 +109,6 @@ namespace
Queue * queue;
};
- void add_grouplist_task (GtkObject *, gpointer user_data)
void add_grouplist_task (GtkWidget *, gpointer user_data)
{
DataAndQueue * foo (static_cast<DataAndQueue*>(user_data));
diff --git a/pan/gui/post-ui.cc b/pan/gui/post-ui.cc
index 96f96b6..2f4691c 100644
--- a/pan/gui/post-ui.cc
+++ b/pan/gui/post-ui.cc
@@ -200,6 +200,7 @@ namespace
void do_wrap (GtkToggleAction * w, gpointer p) { static_cast<PostUI*>(p)->set_wrap_mode (gtk_toggle_action_get_active (w)); }
void do_edit2 (GtkToggleAction * w, gpointer p) { static_cast<PostUI*>(p)->set_always_run_editor (gtk_toggle_action_get_active (w)); }
void do_wrap_selected(GtkAction*, gpointer p) { static_cast<PostUI*>(p)->wrap_selection(); }
+ void do_add_files (GtkAction*, gpointer p) {static_cast<PostUI*>(p)->add_files(); }
GtkActionEntry entries[] =
{
diff --git a/uulib/uuencode.c b/uulib/uuencode.c
index be18bb5..a5c65dd 100644
--- a/uulib/uuencode.c
+++ b/uulib/uuencode.c
@@ -1731,7 +1731,6 @@ UUE_PrepPartialExt (FILE *outfile, FILE *infile,
crc = crc32(0L, Z_NULL, 0);
crcptr = &crc;
if (subject)
- sprintf (subline, "- %s - %s (%03d/%03d)", oname, subject,
sprintf (subline, "%s \"%s\" (%d/%d)", subject, oname,
partno, numparts);
else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]