forked from AuroraMiddleware/gtk
Actually set the icon type to the stock icon type. (#111735, Dave
2003-05-05 Matthias Clasen <maclas@gmx.de> * gtk/gtkdnd.c (gtk_drag_source_set_icon_stock): Actually set the icon type to the stock icon type. (#111735, Dave Bordoley)
This commit is contained in:
parent
04180437cb
commit
362580fbdd
@ -1,3 +1,8 @@
|
||||
2003-05-05 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* 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 <menthos@menthos.com>
|
||||
|
||||
* configure.in: Added sr and sr@Latn to ALL_LINGUAS.
|
||||
|
@ -1,3 +1,8 @@
|
||||
2003-05-05 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* 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 <menthos@menthos.com>
|
||||
|
||||
* configure.in: Added sr and sr@Latn to ALL_LINGUAS.
|
||||
|
@ -1,3 +1,8 @@
|
||||
2003-05-05 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* 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 <menthos@menthos.com>
|
||||
|
||||
* configure.in: Added sr and sr@Latn to ALL_LINGUAS.
|
||||
|
@ -1,3 +1,8 @@
|
||||
2003-05-05 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* 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 <menthos@menthos.com>
|
||||
|
||||
* configure.in: Added sr and sr@Latn to ALL_LINGUAS.
|
||||
|
@ -1,3 +1,8 @@
|
||||
2003-05-05 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* 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 <menthos@menthos.com>
|
||||
|
||||
* configure.in: Added sr and sr@Latn to ALL_LINGUAS.
|
||||
|
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user