mirror of https://github.com/GNOME/gimp.git
removed C++ style comment.
2004-09-25 Sven Neumann <sven@gimp.org> * plug-ins/imagemap/imap_stock.c: removed C++ style comment.
This commit is contained in:
parent
a00fa4b066
commit
dac7b80df1
|
@ -1,3 +1,7 @@
|
|||
2004-09-25 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/imagemap/imap_stock.c: removed C++ style comment.
|
||||
|
||||
2004-09-25 Maurits Rijk <m.rijk@chello.nl>
|
||||
|
||||
* plug-ins/imagemap/imap_stock.[ch]
|
||||
|
|
|
@ -56,10 +56,9 @@ add_stock_icon (const gchar *stock_id,
|
|||
GtkIconSource *source;
|
||||
GtkIconSet *set;
|
||||
GdkPixbuf *pixbuf;
|
||||
|
||||
|
||||
source = gtk_icon_source_new ();
|
||||
|
||||
// gtk_icon_source_set_size (source, GTK_ICON_SIZE_BUTTON);
|
||||
gtk_icon_source_set_size (source, GTK_ICON_SIZE_SMALL_TOOLBAR);
|
||||
gtk_icon_source_set_size_wildcarded (source, TRUE);
|
||||
|
||||
|
|
Loading…
Reference in New Issue