[LIBREPORT PATCH v2] reporter-bugzilla: use base64 XMLRPC type for encoded data instead of string type

2013-02-07 Thread Jakub Filak
- obsolete: 'bugzilla.addAttachment' accepted base64 data in string variable and stored them in database decoded - current: 'Bug.add_attachment' accepts base64 data but it must be stored in base64 type, otherwise server doesn't decode the data and stores them as they are - related to issue

[LIBREPORT PATCH] move 'reporter-mailx' from post-create event to notify(-dup) event

2013-02-07 Thread Jakub Filak
- closing #558 Signed-off-by: Jakub Filak jfi...@redhat.com --- src/plugins/mailx_event.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/plugins/mailx_event.conf b/src/plugins/mailx_event.conf index a8c5d11..65f3c07 100644 --- a/src/plugins/mailx_event.conf +++

[LIBREPORT PATCH] report-gtk: gtk_scrolled_window_add_with_viewport has been deprecated

2013-02-07 Thread Jakub Filak
- closing #122 Signed-off-by: Jakub Filak jfi...@redhat.com --- src/gui-wizard-gtk/wizard.c | 8 1 file changed, 8 insertions(+) diff --git a/src/gui-wizard-gtk/wizard.c b/src/gui-wizard-gtk/wizard.c index 335e1b4..e18c31c 100644 --- a/src/gui-wizard-gtk/wizard.c +++

Re: [LIBREPORT PATCH] report-gtk: gtk_scrolled_window_add_with_viewport has been deprecated

2013-02-07 Thread Jiri Moskovcak
- compiles: ok - works: - pushed On 02/07/2013 11:44 AM, Jakub Filak wrote: - closing #122 Signed-off-by: Jakub Filak jfi...@redhat.com --- src/gui-wizard-gtk/wizard.c | 8 1 file changed, 8 insertions(+) diff --git a/src/gui-wizard-gtk/wizard.c b/src/gui-wizard-gtk/wizard.c