X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fstartupnotify.c;h=1cf8da6fd9cd54c7d8579495432dcf87e47fb866;hb=8ad51aef1e08623fb97437994d75366a3018e493;hp=3383dd5f16203c389cef89d3a8b2237989cafd63;hpb=95c58160c16e6d68ede77defebda75ed056623e4;p=chaz%2Fopenbox 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);