Changes between Version 1 and Version 2 of Ticket #2085


Ignore:
Timestamp:
03/05/10 17:57:48 (14 years ago)
Author:
andrew_b
Comment:

Created 2085_deprecated_glib_functions branch. Parent branch is master. Initial changeset:25255b187c821e530de5530ef8eb3b443d842d51

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2085

    • Property Status changed from new to accepted
    • Property Owner set to andrew_b
  • Ticket #2085 – Description

    v1 v2  
    1  g_string_sprintf(...)  is   deprecated  
    2  
    3  it is  met  currently (master)  only   in  src/editor/edit.c 
    4  
    5  replacing  it  by g_strdup_printf(...) 
     1g_string_sprintf() is deprecated 
     2it is  met currently (master) only in src/editor/edit.c 
     3replacing it by g_strdup_printf()