~ubuntu-branches/debian/sid/gmtp/sid

« back to all changes in this revision

Viewing changes to src/prefs.c

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2011-06-28 11:28:19 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20110628112819-zuy4lmr0mpzartz3
Tags: 1.0.1-1
* New upstream release:
  - Fix application icon size with Window Maker.
  - Added Format Device Option.
  - General code cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
216
216
 * @param user_data
217
217
 */
218
218
#if GMTP_USE_GTK2
 
219
 
219
220
void gconf_callback_func(GConfClient *client, guint cnxn_id, GConfEntry *entry, gpointer user_data) {
220
221
    //g_printf("Gconf callback - %s\n", entry->key);
221
222
    if (g_ascii_strcasecmp(entry->key, "/apps/gMTP/promptDownloadPath") == 0) {