annotate src/dbus-service-end.xml @ 11245:5c15a709835f
[gaim-migrate @ 13413]
Remove the "don't prompt me anymore" checkbox on the "warning, you
have unread messages, are you sure you want to continue?" dialog.
I don't think the checkbox is a good idea because
1. There's no good/easy way to revert the preference
2. Lots of people will probably uncheck the preference out of
habit/because it annoyed them once, but this warning is a
REALLY good idea
committer: Tailor Script <tailor@pidgin.im>
author |
Mark Doliner <mark@kingant.net> |
date |
Sat, 13 Aug 2005 00:33:48 +0000 |
parents |
1c5398ccbeb0 |
children |
|
rev |
line source |
11146
|
1
|
|
2 </interface>
|
|
3
|
|
4
|
|
5 <interface name="org.freedesktop.DBus.Properties">
|
|
6 <!-- We implement properties ourselves rather than relying on
|
|
7 GObject property access. This is because currently in gaim
|
|
8 we have one GObject that represents many dbus objects such as
|
|
9 buddies, accounts, etc. Not for long! -->
|
|
10
|
|
11 <!-- <method name="Get"> > -->
|
|
12 <!-- <arg type="s" name="interface_name" /> -->
|
|
13 <!-- <arg type="s" name="property_name" /> -->
|
|
14 <!-- <arg type="v" name="value" direction="out" /> -->
|
|
15 <!-- </method> -->
|
|
16 </interface>
|
|
17 </node>
|
|
18
|