pkgsrc/x11/avant-window-navigator/patches/patch-applet-activation_main.c
imil b0754519ba Initial import of avant-window-navigator, version 0.4.0, into the
NetBSD Packages Collection.

Avant Window Navigator (Awn) is a dock-like bar which sits at the bottom of
the screen. It has support for launchers, task lists, and third party applets.
2012-02-19 14:43:11 +00:00

13 lines
443 B
C

$NetBSD: patch-applet-activation_main.c,v 1.1.1.1 2012/02/19 14:43:11 imil Exp $
--- applet-activation/main.c.orig 2010-03-25 10:44:53.000000000 +0000
+++ applet-activation/main.c
@@ -222,7 +222,7 @@ main(gint argc, gchar **argv)
if (strcmp(type, "Python") == 0)
{
- launch_applet_with ("python", path, exec, uid, window, panel_id);
+ launch_applet_with ("@PYTHONBIN@", path, exec, uid, window, panel_id);
return 0;
}