Displaying 2 results from an estimated 2 matches for "cedb".
Did you mean:
cdb
2003 Sep 12
27
Music on Hold
Does anybody have a good source for hold music? I can see a number of
companies on the web that sell royalty-free MOH, but they don't all provide
samples. The customer service desk has requested "calming, not sleeping,
but calming" and "this is a high-tech company, so make it 'techie' [sic]".
Thanks,
--Ernest
2000 May 31
0
gnome-ssh-askpass patch
...-1.0.61).
When I executed gnome-ssh-askpass,
it stops before the buttons are shown.
So I read the source and I have found how to fix. Then I send.
Thank you for your reading.
----
Kondara Project, GNOME Guys A-team: Hidetomo -Hakondara- Hosono
[GnuPG] F263 A53C 1E2D FF0A A08B B913 0CA7 EAA1 7ECE CEDB
http://www.kondara.org/
-------------- next part --------------
--- contrib/gnome-ssh-askpass.c.original Wed Mar 15 10:13:03 2000
+++ contrib/gnome-ssh-askpass.c Mon May 29 00:46:59 2000
@@ -79,7 +79,7 @@
gtk_widget_show_all(dialog);
/* Grab focus */
- XGrabServer(GDK_DISPLAY());
+ /* XGrabSe...