View | Details | Raw Unified | Return to bug 1211952
Collapse All | Expand All

(-)a/gtk/gtkmountoperation.c (-1 / +5 lines)
Lines 380-385 pw_dialog_got_response (GtkDialog *dialog, Link Here
380
  else
380
  else
381
    g_mount_operation_reply (op, G_MOUNT_OPERATION_ABORTED);
381
    g_mount_operation_reply (op, G_MOUNT_OPERATION_ABORTED);
382
382
383
  if (priv->user_widgets)
384
    {
385
      g_list_free (priv->user_widgets);
386
      priv->user_widgets = NULL;
387
    }
383
  priv->dialog = NULL;
388
  priv->dialog = NULL;
384
  g_object_notify (G_OBJECT (op), "is-showing");
389
  g_object_notify (G_OBJECT (op), "is-showing");
385
  gtk_widget_destroy (GTK_WIDGET (dialog));
390
  gtk_widget_destroy (GTK_WIDGET (dialog));
386
- 

Return to bug 1211952