Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 514052 Details for
Bug 628324
xfce-base/xfce4-session 4.13.0: segfault when try to Add/Edit Application Autostart Entries
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
xfce4-session-4.13.0-autostart_segfault.patch
xfce4-session-4.13.0-autostart_segfault.patch (text/plain), 1.53 KB, created by
Rinaldus
on 2018-01-10 03:37:14 UTC
(
hide
)
Description:
xfce4-session-4.13.0-autostart_segfault.patch
Filename:
MIME Type:
Creator:
Rinaldus
Created:
2018-01-10 03:37:14 UTC
Size:
1.53 KB
patch
obsolete
>diff --git a/settings/xfae-dialog.c b/settings/xfae-dialog.c >index af860b9..7442634 100644 >--- a/settings/xfae-dialog.c >+++ b/settings/xfae-dialog.c >@@ -98,8 +98,7 @@ xfae_dialog_init (XfaeDialog *dialog) > dialog->name_entry = g_object_new (GTK_TYPE_ENTRY, > "activates-default", TRUE, > NULL); >- g_signal_connect_swapped (G_OBJECT (dialog->name_entry), "notify::text", >- G_CALLBACK (xfae_dialog_update), dialog); >+ > gtk_grid_attach (GTK_GRID (grid), dialog->name_entry, 1, 0, 1, 1); > gtk_widget_show (dialog->name_entry); > >@@ -132,11 +131,15 @@ xfae_dialog_init (XfaeDialog *dialog) > dialog->command_entry = g_object_new (GTK_TYPE_ENTRY, > "activates-default", TRUE, > NULL); >- g_signal_connect_swapped (G_OBJECT (dialog->command_entry), "notify::text", >- G_CALLBACK (xfae_dialog_update), dialog); >+ > gtk_box_pack_start (GTK_BOX (hbox), dialog->command_entry, TRUE, TRUE, 0); > gtk_widget_show (dialog->command_entry); > >+ g_signal_connect_swapped (G_OBJECT (dialog->name_entry), "notify::text", >+ G_CALLBACK (xfae_dialog_update), dialog); >+ g_signal_connect_swapped (G_OBJECT (dialog->command_entry), "notify::text", >+ G_CALLBACK (xfae_dialog_update), dialog); >+ > button = g_object_new (GTK_TYPE_BUTTON, > "can-default", FALSE, > NULL);
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 628324
:
514052
|
514054
|
514056