summarylogtreecommitdiffstats
path: root/patch-gtkada-search_entry.ads
blob: 21c2f2f724271f38e859f1dc6b741d58cdf9887a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- gps-2021-20210701-19B6B-src-pristine/kernel/src/gtkada-search_entry.ads
+++ gps-2021-20210701-19B6B-src/kernel/src/gtkada-search_entry.ads
@@ -35,7 +35,7 @@
 
    function Get_Icon_Position
      (Self   : access Gtkada_Search_Entry_Record'Class;
-      Event  : Gdk_Event_Button) return Gtk_Entry_Icon_Position;
+      Event  : Gdk_Event) return Gtk_Entry_Icon_Position;
    --  Returns the icon which was clicked on.
    --  For some reason, gtk+ always seems to return the primary icon otherwise.