summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2016-08-30 12:26:18 -0500
committerMichael Catanzaro <mcatanzaro@gnome.org>2016-08-31 17:54:40 -0500
commitab4274f6747f424420f4d9591103b46167a2c059 (patch)
tree79848c419ec25ea78a08309270e890f84da174ae
parent216c60d9c18e7af4a00703e3e3c95033e68a7751 (diff)
downloadempathy-ab4274f6747f424420f4d9591103b46167a2c059.tar.gz
Replace crap desktop notifications with crap GTK+ dialogs
mcatanzaro: I am going to remove the "display events in notification area" crap mcatanzaro: Because the notification goes away and then you can never see it again or join the room mcatanzaro: It's BS mcatanzaro: If you toggle it off, you get a GtkDialog from nowhere instead, which is also crap but better! To be clear: it's totally unacceptable to display GtkDialogs without a parent window, and this patch makes us do that by default. But I don't plan to spend more effort on this myself, and it's a lot better than giving users a two second window to rush to click the buttons in the notification before it disappears. Better hope no other notification gets sent during that time, and you have fast reflexes, else you're not gonna be able to join the chat you're invited to....
-rw-r--r--data/org.gnome.Empathy.gschema.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/org.gnome.Empathy.gschema.xml b/data/org.gnome.Empathy.gschema.xml
index f695431af..2d91c3274 100644
--- a/data/org.gnome.Empathy.gschema.xml
+++ b/data/org.gnome.Empathy.gschema.xml
@@ -69,7 +69,7 @@
<description>Always open a separate chat window for new chats.</description>
</key>
<key name="events-notify-area" type="b">
- <default>true</default>
+ <default>false</default>
<summary>Display incoming events in the status area</summary>
<description>Display incoming events in the status area. If false,
present them to the user immediately.</description>