ALT Linux Bugzilla
– Attachment 3844 Details for
Bug 21408
неправильный порядок кнопок в KDE
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
libgtk+2-2.10.6-alt-kde-buttons-order.patch
libgtk+2-2.10.6-alt-kde-buttons-order.patch (text/plain), 995 bytes, created by
Zerg
on 2009-09-04 01:57:20 MSD
(
hide
)
Description:
libgtk+2-2.10.6-alt-kde-buttons-order.patch
Filename:
MIME Type:
Creator:
Zerg
Created:
2009-09-04 01:57:20 MSD
Size:
995 bytes
patch
obsolete
>--- gtk+-2.16.5/gtk/gtksettings.c~ 2009-06-04 23:18:04 +0400 >+++ gtk+-2.16.5/gtk/gtksettings.c 2009-09-04 00:57:49 +0400 >@@ -445,11 +445,15 @@ gtk_settings_class_init (GtkSettingsClas > g_assert (result == PROP_CURSOR_THEME_SIZE); > > #endif /* GDK_WINDOWING_X11 */ >+ gboolean default_gtk_alternative_button_order = FALSE; >+ const char *kde_full_session = getenv("KDE_FULL_SESSION"); >+ if( kde_full_session && !strcmp(kde_full_session,"true") ) >+ default_gtk_alternative_button_order = TRUE; > result = settings_install_property_parser (class, > g_param_spec_boolean ("gtk-alternative-button-order", > P_("Alternative button order"), > P_("Whether buttons in dialogs should use the alternative button order"), >- FALSE, >+ default_gtk_alternative_button_order, > GTK_PARAM_READWRITE), > NULL); > g_assert (result == PROP_ALTERNATIVE_BUTTON_ORDER);
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 21408
: 3844