diff --git a/ChangeLog b/ChangeLog index b0430b9097..89005a2f5a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-05-05 Matthias Clasen + + * gtk/gtkdnd.c (gtk_drag_source_set_icon_stock): Actually set the + icon type to the stock icon type. (#111735, Dave Bordoley) + 2003-05-05 Christian Rose * configure.in: Added sr and sr@Latn to ALL_LINGUAS. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index b0430b9097..89005a2f5a 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2003-05-05 Matthias Clasen + + * gtk/gtkdnd.c (gtk_drag_source_set_icon_stock): Actually set the + icon type to the stock icon type. (#111735, Dave Bordoley) + 2003-05-05 Christian Rose * configure.in: Added sr and sr@Latn to ALL_LINGUAS. diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index b0430b9097..89005a2f5a 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +2003-05-05 Matthias Clasen + + * gtk/gtkdnd.c (gtk_drag_source_set_icon_stock): Actually set the + icon type to the stock icon type. (#111735, Dave Bordoley) + 2003-05-05 Christian Rose * configure.in: Added sr and sr@Latn to ALL_LINGUAS. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index b0430b9097..89005a2f5a 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +2003-05-05 Matthias Clasen + + * gtk/gtkdnd.c (gtk_drag_source_set_icon_stock): Actually set the + icon type to the stock icon type. (#111735, Dave Bordoley) + 2003-05-05 Christian Rose * configure.in: Added sr and sr@Latn to ALL_LINGUAS. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index b0430b9097..89005a2f5a 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2003-05-05 Matthias Clasen + + * gtk/gtkdnd.c (gtk_drag_source_set_icon_stock): Actually set the + icon type to the stock icon type. (#111735, Dave Bordoley) + 2003-05-05 Christian Rose * configure.in: Added sr and sr@Latn to ALL_LINGUAS. diff --git a/gtk/gtkdnd.c b/gtk/gtkdnd.c index e9f690f6c6..f316625066 100644 --- a/gtk/gtkdnd.c +++ b/gtk/gtkdnd.c @@ -2158,6 +2158,7 @@ gtk_drag_source_set_icon_stock (GtkWidget *widget, gtk_drag_source_unset_icon (site); + site->icon_type = GTK_IMAGE_STOCK; site->icon_data.stock.stock_id = g_strdup (stock_id); }