Fix 'mono' package typo
[mono.git] / bockbuild / mac-sdk / patches / gtk / disable-eye-dropper.patch
1 diff --git a/gtk/gtkcolorsel.c b/gtk/gtkcolorsel.c
2 index 78a483d..06b9d0e 100644
3 --- a/gtk/gtkcolorsel.c
4 +++ b/gtk/gtkcolorsel.c
5 @@ -367,6 +367,7 @@ gtk_color_selection_init (GtkColorSelection *colorsel)
6    gtk_container_add (GTK_CONTAINER (frame), priv->sample_area);
7    gtk_box_pack_start (GTK_BOX (hbox), frame, TRUE, TRUE, 0);
8
9 +  /*
10    button = gtk_button_new ();
11
12    gtk_widget_set_events (button, GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK);
13 @@ -380,6 +381,7 @@ gtk_color_selection_init (GtkColorSelection *colorsel)
14
15    gtk_widget_set_tooltip_text (button,
16                          _("Click the eyedropper, then click a color anywhere on your screen to select that color."));
17 +                        */
18
19    top_right_vbox = gtk_vbox_new (FALSE, 6);
20    gtk_box_pack_start (GTK_BOX (top_hbox), top_right_vbox, FALSE, FALSE, 0);