From 8ad51aef1e08623fb97437994d75366a3018e493 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Sat, 14 Jul 2007 15:22:35 +0200 Subject: 80 cols everywhere --- openbox/startupnotify.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'openbox/startupnotify.c') diff --git a/openbox/startupnotify.c b/openbox/startupnotify.c index 3383dd5f..1cf8da6f 100644 --- a/openbox/startupnotify.c +++ b/openbox/startupnotify.c @@ -243,7 +243,8 @@ void sn_setup_spawn_environment(gchar *program, gchar *name, sn_launcher_context_set_name(sn_launcher, name ? name : program); sn_launcher_context_set_description(sn_launcher, desc); - sn_launcher_context_set_icon_name(sn_launcher, icon_name ? icon_name : program); + sn_launcher_context_set_icon_name(sn_launcher, icon_name ? + icon_name : program); sn_launcher_context_set_binary_name(sn_launcher, program); if (desktop >= 0 && (unsigned) desktop < screen_num_desktops) sn_launcher_context_set_workspace(sn_launcher, (signed) desktop); -- cgit v1.2.3