]> err.no Git - mapper/commitdiff
Missed the workaround for old gtk stock icons when converting to GtkUIManager. Put...
authorKaj-Michael Lang <milang@onion.tal.org>
Wed, 5 Sep 2007 13:34:09 +0000 (16:34 +0300)
committerKaj-Michael Lang <milang@onion.tal.org>
Wed, 5 Sep 2007 13:34:09 +0000 (16:34 +0300)
A nice GPS icon would be nicer, anyone?

src/ui-common.c

index 6c385a4cd2d56ded1d5c59e607cf1728a6faa817..baed86b864d6415ecd9dfb9baaa97aab0380fd88 100644 (file)
@@ -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
  */