From ef25436bd35f655aee34b843cdb89b7d8e64a9c8 Mon Sep 17 00:00:00 2001 From: Kaj-Michael Lang Date: Wed, 5 Sep 2007 16:34:09 +0300 Subject: [PATCH] Missed the workaround for old gtk stock icons when converting to GtkUIManager. Put it back. A nice GPS icon would be nicer, anyone? --- src/ui-common.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/ui-common.c b/src/ui-common.c index 6c385a4..baed86b 100644 --- a/src/ui-common.c +++ b/src/ui-common.c @@ -48,6 +48,12 @@ static GtkActionGroup *actions; static GtkActionGroup *map_repos_action_group; static GtkUIManager *ui; +/* A GPS icon would be nice.. anyone ? */ + +#ifndef GTK_STOCK_INFO +#define GTK_STOCK_INFO GTK_STOCK_PROPERTIES +#endif + /** * Action groups and UI */ -- 2.39.5