commit fb59f4987ac82926ddda12c4848dc3a15aaa52cb
Author: phantomjinx <[email protected]>
Date: Sat Dec 11 23:21:53 2010 +0000
Change annoying backup dialog box
* If backup database is not found then a dialog is displayed indicating
that a back database has been created. This is just annoying. Better to
have a status bar message that still informs but does not get in the way
libgtkpod/file_itunesdb.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgtkpod/file_itunesdb.c b/libgtkpod/file_itunesdb.c
index 30e4bb0..0218974 100644
--- a/libgtkpod/file_itunesdb.c
+++ b/libgtkpod/file_itunesdb.c
@@ -1774,7 +1774,7 @@ static gboolean gp_write_itdb(iTunesDB *itdb) {
g_free(ipod_model);
eitdb->offline_filename = g_build_filename(cfgdir,
backup_name, NULL);
g_free(backup_name);
- gtkpod_warning("Backup database could not be found so backing
up database to %s\n", eitdb->offline_filename);
+ gtkpod_statusbar_message("Backup database could not be found
so backing up database to %s\n", eitdb->offline_filename);
}
if (!itdb_cp(itdb->filename, eitdb->offline_filename, &error)) {
------------------------------------------------------------------------------
Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL,
new data types, scalar functions, improved concurrency, built-in packages,
OCI, SQL*Plus, data movement tools, best practices and more.
http://p.sf.net/sfu/oracle-sfdev2dev
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2