fix compile without startup notification after r5711

This commit is contained in:
Mikael Magnusson 2007-03-28 17:05:23 +00:00
parent f746a4975b
commit fc5b9a5612

View file

@ -33,10 +33,7 @@ Time sn_app_started(const gchar *id, const gchar *wmclass)
}
gboolean sn_get_desktop(gchar *id, guint *desktop) { return FALSE; }
void sn_setup_spawn_environment(gchar *program, gchar *name,
gchar *icon_name, gint desktop, Time time)
{
return g_strdupv(environ);
}
gchar *icon_name, gint desktop, Time time) {}
void sn_spawn_cancel() {}
#else