[GnomeMeeting-list] About the file of CVS
- From: Katsumi Saito <katsumi jo1upk ymt prug or jp>
- To: gnomemeeting-list gnome org
- Subject: [GnomeMeeting-list] About the file of CVS
- Date: Sun, 16 Dec 2001 13:45:14 +0900
It is the file of CVS.
1) misc.cpp
A strange character code is in the portion of the last of misc.cpp.
2) menu.cpp
Since the cast has not been carried out in void, an error comes out.
3) err/ is Original files.
--
diff -uNr ok/menu.cpp err/menu.cpp
--- ok/menu.cpp Sat Dec 15 20:20:25 2001
+++ err/menu.cpp Sat Dec 15 20:19:45 2001
@@ -299,28 +299,28 @@
{
GNOME_APP_UI_ITEM,
N_("_Remote User Info"), N_("View Remote User Info"),
- (void *)view_remote_user_info_callback, client, NULL,
+ view_remote_user_info_callback, client, NULL,
GNOME_APP_PIXMAP_NONE, NULL,
NULL, GDK_CONTROL_MASK, NULL
},
{
GNOME_APP_UI_ITEM,
N_("_History"), N_("View the log"),
- (void *)view_log_callback, client, NULL,
+ view_log_callback, client, NULL,
GNOME_APP_PIXMAP_NONE, NULL,
NULL, GDK_CONTROL_MASK, NULL
},
{
GNOME_APP_UI_ITEM,
N_("_Audio Settings"), N_("View Audio Settings"),
- (void *)view_audio_settings_callback, client, NULL,
+ view_audio_settings_callback, client, NULL,
GNOME_APP_PIXMAP_NONE, NULL,
NULL, GDK_CONTROL_MASK, NULL
},
{
GNOME_APP_UI_ITEM,
N_("_Video Settings"), N_("View Video Settings"),
- (void *)view_video_settings_callback, client, NULL,
+ view_video_settings_callback, client, NULL,
GNOME_APP_PIXMAP_NONE, NULL,
NULL, GDK_CONTROL_MASK, NULL
},
diff -uNr ok/misc.cpp err/misc.cpp
--- ok/misc.cpp Sat Dec 15 20:20:21 2001
+++ err/misc.cpp Sat Dec 15 20:19:38 2001
@@ -391,3 +391,5 @@
g_free (entry_content);
}
+
+^X
--
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]