diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-10-16 21:04:21 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-10-16 21:38:21 +0800 |
commit | 4afc8d39bf9371d4e76eae54e5b8d825366476b7 (patch) | |
tree | 907e81320fc8161caec2b9732f6d2763bc735925 /smclient/README | |
parent | a902cc15ed320d304de306a0f63db127d41e3e18 (diff) | |
download | gsoc2013-evolution-4afc8d39bf9371d4e76eae54e5b8d825366476b7.tar.gz gsoc2013-evolution-4afc8d39bf9371d4e76eae54e5b8d825366476b7.tar.zst gsoc2013-evolution-4afc8d39bf9371d4e76eae54e5b8d825366476b7.zip |
Bug 676141 - Use GtkApplication for session management
As of GTK+ 3.4, GtkApplication now provides session management
support similar to EggSMClient. So drop our copy of EggSMClient.
Diffstat (limited to 'smclient/README')
-rw-r--r-- | smclient/README | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/smclient/README b/smclient/README deleted file mode 100644 index 73f51e553c..0000000000 --- a/smclient/README +++ /dev/null @@ -1,2 +0,0 @@ -These files are copied from libegg for session management support. -Delete this when the functionality finally lands in GTK+ or GLib. |