This website works better with JavaScript.
Home
Explore
Help
Sign In
yigitcolakoglu
/
mconnect
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
telephony: use phone icon in notifications
bboozzoo/device-cache
Maciek Borzecki
10 years ago
parent
e95355b8ca
commit
6e20af99e6
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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) {
Write
Preview
Loading…
Cancel
Save