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; } gboolean sn_get_desktop(gchar *id, guint *desktop) { return FALSE; }
void sn_setup_spawn_environment(gchar *program, gchar *name, void sn_setup_spawn_environment(gchar *program, gchar *name,
gchar *icon_name, gint desktop, Time time) gchar *icon_name, gint desktop, Time time) {}
{
return g_strdupv(environ);
}
void sn_spawn_cancel() {} void sn_spawn_cancel() {}
#else #else