openbsd-ports/graphics/gtkam/patches/patch-src_gtkam-main_c
ajacoutot 8f459ae438 - add an icon for the "View Thumbnails" button
- fix WANTLIB after recent gtk update
2007-10-25 10:53:53 +00:00

13 lines
590 B
Plaintext

$OpenBSD: patch-src_gtkam-main_c,v 1.1 2007/10/25 10:53:53 ajacoutot Exp $
--- src/gtkam-main.c.orig Thu Oct 25 09:09:55 2007
+++ src/gtkam-main.c Thu Oct 25 09:10:11 2007
@@ -575,7 +575,7 @@ static GtkActionEntry entries[] = {
/* Toggle menu items */
static GtkToggleActionEntry toggle_entries[] = {
- { "ViewThumbnails", NULL, N_("_View Thumbnails"), NULL, NULL, G_CALLBACK (action_view_thumbnails), TRUE }
+ { "ViewThumbnails", GTK_STOCK_ORIENTATION_PORTRAIT, N_("_View Thumbnails"), NULL, NULL, G_CALLBACK (action_view_thumbnails), TRUE }
};
static const char *ui_description =