Diff of /trunk/src/dbus.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 232 by harbaum, Mon Sep 21 13:15:25 2009 UTC revision 233 by harbaum, Wed Dec 9 19:45:36 2009 UTC
# Line 122  int dbus_mm_set_position(appdata_t *appd Line 122  int dbus_mm_set_position(appdata_t *appd
122    osso_rpc_free_val(&retval);    osso_rpc_free_val(&retval);
123    
124    if(ret != OSSO_OK)    if(ret != OSSO_OK)
125      errorf(_("Unable to communicate with Maemo-Mapper. "      errorf(_("Unable to communicate with Maemo Mapper. "
126               "You need to have Maemo-Mapper installed "               "You need to have Maemo Mapper installed "
127               "to use this feature."));               "to use this feature."));
128    
129    return(ret == OSSO_OK)?0:1;    return(ret == OSSO_OK)?0:1;

Legend:
Removed from v.232  
changed lines
  Added in v.233