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:
Sven Neumann 2004-09-25 21:16:14 +00:00 committed by Sven Neumann
parent a00fa4b066
commit dac7b80df1
2 changed files with 5 additions and 2 deletions

View File

@ -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]

View File

@ -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);