forked from AuroraMiddleware/gtk
Remove all entries for the same key, not just the first one. (#159498,
2004-12-08 Matthias Clasen <mclasen@redhat.com> * gtk/gtkaccelmap.c (internal_change_entry): Remove all entries for the same key, not just the first one. (#159498, Christian Persch)
This commit is contained in:
parent
82cb8cd95a
commit
456ebcea28
@ -1,3 +1,9 @@
|
||||
2004-12-08 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkaccelmap.c (internal_change_entry): Remove all
|
||||
entries for the same key, not just the first one. (#159498,
|
||||
Christian Persch)
|
||||
|
||||
2004-12-08 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (_gtk_tree_view_column_start_drag): Use
|
||||
|
@ -1,3 +1,9 @@
|
||||
2004-12-08 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkaccelmap.c (internal_change_entry): Remove all
|
||||
entries for the same key, not just the first one. (#159498,
|
||||
Christian Persch)
|
||||
|
||||
2004-12-08 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (_gtk_tree_view_column_start_drag): Use
|
||||
|
@ -1,3 +1,9 @@
|
||||
2004-12-08 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkaccelmap.c (internal_change_entry): Remove all
|
||||
entries for the same key, not just the first one. (#159498,
|
||||
Christian Persch)
|
||||
|
||||
2004-12-08 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (_gtk_tree_view_column_start_drag): Use
|
||||
|
@ -1,3 +1,9 @@
|
||||
2004-12-08 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkaccelmap.c (internal_change_entry): Remove all
|
||||
entries for the same key, not just the first one. (#159498,
|
||||
Christian Persch)
|
||||
|
||||
2004-12-08 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (_gtk_tree_view_column_start_drag): Use
|
||||
|
@ -365,7 +365,7 @@ internal_change_entry (const gchar *accel_path,
|
||||
if (!removable)
|
||||
goto break_loop_step5;
|
||||
if (ag_entry[i].accel_path_quark)
|
||||
replace_list = g_slist_prepend (replace_list, GUINT_TO_POINTER (ag_entry->accel_path_quark));
|
||||
replace_list = g_slist_prepend (replace_list, GUINT_TO_POINTER (ag_entry[i].accel_path_quark));
|
||||
}
|
||||
}
|
||||
break_loop_step5:
|
||||
|
Loading…
Reference in New Issue
Block a user