summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 946a87d)
raw | patch | inline | side by side (parent: 946a87d)
author | gustav_b <gustav_b@users.sourceforge.net> | |
Fri, 31 Aug 2007 20:47:04 +0000 (20:47 +0000) | ||
committer | gustav_b <gustav_b@users.sourceforge.net> | |
Fri, 31 Aug 2007 20:47:04 +0000 (20:47 +0000) |
src/libgdl/gdl-dock-item-grip.c | patch | blob | history |
index 0a8007d49543b1633c455d5af09cb501c5d10999..6dd55ae1efa8440de20b078abe7f273b38019394 100644 (file)
gtk_button_set_relief (GTK_BUTTON (grip->_priv->iconify_button), GTK_RELIEF_NONE);
gtk_widget_show (grip->_priv->iconify_button);
- image = gtk_image_new_from_stock (GDL_STOCK_MENU_LEFT, GTK_ICON_SIZE_MENU);
+ image = gtk_image_new_from_stock (GDL_STOCK_MENU_RIGHT, GTK_ICON_SIZE_MENU);
gtk_container_add (GTK_CONTAINER (grip->_priv->iconify_button), image);
gtk_widget_show (image);