Browse Source

telephony: use phone icon in notifications

bboozzoo/device-cache
Maciek Borzecki 10 years ago
parent
commit
6e20af99e6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/telephony.vala

+ 1
- 1
src/telephony.vala View File

@ -77,7 +77,7 @@ class TelephonyHandler : Object, PacketHandlerInterface {
}
var notif = new Notify.Notification(summary, number,
"dialog-information");
"phone");
try {
notif.show();
} catch (Error e) {


Loading…
Cancel
Save