summaryrefslogtreecommitdiff
path: root/openbox/startupnotify.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-07-26 20:12:39 -0400
committerDana Jansens <danakj@orodu.net>2008-01-20 01:36:54 -0500
commite2ddfaf9fff1fb9dd6ebdc1a95f2b228d6baedb2 (patch)
tree2cd2c9d4dc7543aaa0ce3f959af539212cedfaaf /openbox/startupnotify.c
parent6c8acc079a9cbb40245e5df4b50b3f8b9c17cf83 (diff)
s/ob_display/obt_display/ and remove ob_display
Diffstat (limited to 'openbox/startupnotify.c')
-rw-r--r--openbox/startupnotify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/startupnotify.c b/openbox/startupnotify.c
index 24f2a85c..1542be06 100644
--- a/openbox/startupnotify.c
+++ b/openbox/startupnotify.c
@@ -66,7 +66,7 @@ void sn_startup(gboolean reconfig)
putenv(s);
g_free(s);
- sn_display = sn_display_new(ob_display, NULL, NULL);
+ sn_display = sn_display_new(obt_display, NULL, NULL);
sn_context = sn_monitor_context_new(sn_display, ob_screen,
sn_event_func, NULL, NULL);
sn_launcher = sn_launcher_context_new(sn_display, ob_screen);