Revision f98ca0564a19db0594f4514f7ff10cb35c5a1a26
markdoliner at pidgin.im
markdoliner at pidgin.im
Sat Mar 24 23:34:42 EDT 2007
o -----------------------------------------------------------------
| Revision: f98ca0564a19db0594f4514f7ff10cb35c5a1a26
| Ancestor: 0c99138f5f22770775efccd60415fa405e3b26be
| Author: markdoliner at pidgin.im
| Date: 2007-03-25T03:30:58
| Branch: im.pidgin.pidgin
|
| Modified files:
| finch/libgnt/gntfilesel.c finch/libgnt/gntfilesel.h
|
| ChangeLog:
|
| This was giving me a warning saying the function wasn't previously declared
|
| ============================================================
| --- finch/libgnt/gntfilesel.c 5cd1751de2cc8ba264bd489e345ac5fc6e757c6d
| +++ finch/libgnt/gntfilesel.c 96948aa77daa93e04fa06c3e43cca3d76f531358
| @@ -312,7 +312,7 @@ gnt_file_sel_get_gtype(void)
| return type;
| }
|
| -GntWidget *gnt_file_sel_new()
| +GntWidget *gnt_file_sel_new(void)
| {
| GntWidget *widget = g_object_new(GNT_TYPE_FILE_SEL, NULL);
| GntFileSel *sel = GNT_FILE_SEL(widget);
| ============================================================
| --- finch/libgnt/gntfilesel.h af313756974c65a7203b81ec0a933fb56822c69c
| +++ finch/libgnt/gntfilesel.h 272102e77c38124761209a5e1db84369a3fcf410
| @@ -53,7 +53,7 @@ GType gnt_file_sel_get_gtype(void);
|
| GType gnt_file_sel_get_gtype(void);
|
| -GntWidget *gnt_file_sel_new();
| +GntWidget *gnt_file_sel_new(void);
|
| gboolean gnt_file_sel_set_current_location(GntFileSel *sel, const char *path);
|
To get the patch for this revision, please do this:
mtn log --last 1 --diffs --from f98ca0564a19db0594f4514f7ff10cb35c5a1a26
More information about the Commits
mailing list