forked from kiss-community/repo
gtk+3: 3.24.39
This commit is contained in:
parent
874b2b854c
commit
4f856ce7db
@ -1,4 +1,4 @@
|
||||
739b539ce68768ffbbf0474dc26a27fc7daec542a36afda7b76a9ce3b36b38d38b
|
||||
8fd7891482d65689b6b94fe3c4032679e90b5cdcde15600ce271ec296901666aa5
|
||||
8b8bf563e74f720990030791f8e408db6099813a6290c38ab812231dbd10eb0cb8
|
||||
763400831b2abe5eff95609826dc6769ab2a742d68d4ffd0b4a7209a7f1be2cdaa
|
||||
941244e144368d3cb00551991d6683a3fbe8515c3599459fb5e220305657c89023
|
||||
09d6f9e59422724a1fead2bd2103ab0569f823da04e1411a338ae9892bedb2652e
|
||||
|
@ -2571,7 +2571,7 @@
|
||||
gint *end_offset);
|
||||
--- a/gtk/gtkpathbar.c
|
||||
+++ b/gtk/gtkpathbar.c
|
||||
@@ -1549,7 +1549,6 @@
|
||||
@@ -1550,7 +1550,6 @@ make_directory_button (GtkPathBar *path_bar,
|
||||
gboolean current_dir,
|
||||
gboolean file_is_hidden)
|
||||
{
|
||||
@ -2579,15 +2579,15 @@
|
||||
GtkWidget *child = NULL;
|
||||
ButtonData *button_data;
|
||||
|
||||
@@ -1558,7 +1557,6 @@
|
||||
@@ -1559,7 +1558,6 @@ make_directory_button (GtkPathBar *path_bar,
|
||||
button_data = g_new0 (ButtonData, 1);
|
||||
button_data->type = find_button_type (path_bar, file);
|
||||
button_data->type = find_button_type (path_bar, file, root_file);
|
||||
button_data->button = gtk_toggle_button_new ();
|
||||
- atk_obj = gtk_widget_get_accessible (button_data->button);
|
||||
gtk_widget_set_focus_on_click (button_data->button, FALSE);
|
||||
gtk_widget_add_events (button_data->button, GDK_SCROLL_MASK);
|
||||
|
||||
@@ -1568,7 +1566,6 @@
|
||||
@@ -1569,7 +1567,6 @@ make_directory_button (GtkPathBar *path_bar,
|
||||
button_data->image = gtk_image_new ();
|
||||
child = button_data->image;
|
||||
button_data->label = NULL;
|
||||
|
@ -1,4 +1,4 @@
|
||||
https://download.gnome.org/sources/gtk+/3.24/gtk+-3.24.38.tar.xz
|
||||
https://download.gnome.org/sources/gtk+/3.24/gtk+-3.24.39.tar.xz
|
||||
patches/01-no-fribidi.patch
|
||||
patches/02-fix-firefox.patch
|
||||
patches/03-no-accessibility.patch
|
||||
|
@ -1 +1 @@
|
||||
3.24.38 1
|
||||
3.24.39 1
|
||||
|
Loading…
Reference in New Issue
Block a user