diff options
author | Michal Ratajsky <[email protected]> | 2014-06-21 17:07:55 +0200 |
---|---|---|
committer | Michal Ratajsky <[email protected]> | 2014-06-21 17:07:55 +0200 |
commit | 3a4956eaac84151340ba66a3ea01656a3877c85a (patch) | |
tree | 0217f95e03c9d52d9d71fafb273017d5ae8d7eb0 /libmate-desktop/mate-desktop-utils.c | |
parent | c8a5baeca9b85c30b7f2b5443a3356ceaa15ee41 (diff) | |
download | mate-desktop-3a4956eaac84151340ba66a3ea01656a3877c85a.tar.bz2 mate-desktop-3a4956eaac84151340ba66a3ea01656a3877c85a.tar.xz |
Improve comments
Diffstat (limited to 'libmate-desktop/mate-desktop-utils.c')
-rw-r--r-- | libmate-desktop/mate-desktop-utils.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libmate-desktop/mate-desktop-utils.c b/libmate-desktop/mate-desktop-utils.c index 98e4208..431c57f 100644 --- a/libmate-desktop/mate-desktop-utils.c +++ b/libmate-desktop/mate-desktop-utils.c @@ -171,8 +171,8 @@ mate_desktop_prepend_terminal_to_vector (int *argc, char ***argv) * @command: a command line * @error: return location for errors * - * This is a replacement for gdk_spawn_command_line_on_screen, removed - * in GTK3. + * This is a replacement for gdk_spawn_command_line_on_screen, deprecated + * in GDK 2.24 and removed in GDK 3.0. * * gdk_spawn_command_line_on_screen is like g_spawn_command_line_async(), * except the child process is spawned in such an environment that on |