ALT Linux Bugzilla
– Attachment 7804 Details for
Bug 35231
Отсутствует информация о создании PGP ключа в MATE
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
seahorse-3.30-alt-fix-libseahorse-progress-dialog.patch
seahorse-3.30-alt-fix-libseahorse-progress-dialog.patch (text/plain), 907 bytes, created by
Ivan
on 2018-10-10 17:46:18 MSK
(
hide
)
Description:
seahorse-3.30-alt-fix-libseahorse-progress-dialog.patch
Filename:
MIME Type:
Creator:
Ivan
Created:
2018-10-10 17:46:18 MSK
Size:
907 bytes
patch
obsolete
>diff --git a/seahorse/libseahorse/seahorse-progress.c b/seahorse/libseahorse/seahorse-progress.c >index 3a7fae0..bf9bdea 100644 >--- a/seahorse/libseahorse/seahorse-progress.c >+++ b/seahorse/libseahorse/seahorse-progress.c >@@ -43,6 +43,7 @@ typedef struct { > GCancellable *cancellable; > gulong cancelled_sig; > >+ SeahorseWidget *swidget; > GtkBuilder *builder; > gchar *title; > gchar *notice; >@@ -135,6 +136,8 @@ tracked_task_free (gpointer data) > g_free (task->notice); > if (task->builder) > g_object_unref (task->builder); >+ if (task->swidget) >+ g_object_unref (task->swidget); > g_free (task); > } > >@@ -562,7 +565,7 @@ on_timeout_show_progress (gpointer user_data) > task->showing = FALSE; > seahorse_progress_attach (task->cancellable, swidget->gtkbuilder); > gtk_widget_show (GTK_WIDGET (window)); >- g_object_unref (swidget); >+ task->swidget = swidget; > > return FALSE; /* don't call again */ > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 35231
: 7804 |
7806