4e547ccea6
The changelog since 0.7 is 5000+ lines, some highlights include: + Desktop DnD polishing + Update GNOME mime database at install/uninstall + Previously Opened Files History (HIG: File Menu) + Revert to Saved (HIG: File > Revert) + Tree view widget proportions should be settings
13 lines
307 B
Text
13 lines
307 B
Text
$NetBSD: patch-af,v 1.1 2009/03/24 16:22:57 abs Exp $
|
|
|
|
--- src/mlview-exec-command-dialog.cc.orig 2005-08-07 08:47:54.000000000 +0100
|
|
+++ src/mlview-exec-command-dialog.cc
|
|
@@ -33,6 +33,8 @@
|
|
#include <libglademm.h>
|
|
#include "mlview-exec-command-dialog.h"
|
|
|
|
+extern char **environ;
|
|
+
|
|
namespace mlview
|
|
{
|
|
|