~ubuntu-branches/ubuntu/edgy/ekiga/edgy

« back to all changes in this revision

Viewing changes to src/gui/history.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2006-06-26 11:10:35 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060626111035-xapgx0ov26c69t3y
Tags: 2.0.2-1ubuntu1
* Resynchronized with Debian, only Ubuntu changes are:
  - debian/control.in, debian/patches/01_lpi.dpatch, 
    debian/patches/02_autoconf.dpatch: 
    - Launchpad Integration
  - debian/control.in, debian/patches/42_change_pixmaps.dpatch:
    - patched icons.
  - debian/patches/trayicon_transparency.dpatch:
    - upstream fix to enable transparency in the system tray.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
 * PRE          :  The text to add (printf compatible)
54
54
 */
55
55
void
56
 
gm_history_window_insert (GtkWidget *, 
57
 
                          const char *,
 
56
gm_history_window_insert (GtkWidget *log_window, 
 
57
                          const char *format,
58
58
                          ...);
59
59
 
60
60
#endif /* _LOG_WINDOW_H_ */