After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 97684 - ]Gnome::Conf::Value::get_list_type() was missing
]Gnome::Conf::Value::get_list_type() was missing
Status: RESOLVED FIXED
Product: gconfmm
Classification: Other
Component: general
git master
Other other
: Normal enhancement
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2002-11-05 00:43 UTC by Tassos Bassoukos
Modified: 2011-01-16 23:35 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
patch, to be appliend in the gconfmm directory. (723 bytes, patch)
2002-11-05 00:44 UTC, Tassos Bassoukos
none Details | Review

Description Tassos Bassoukos 2002-11-05 00:43:02 UTC
Gnome::Conf::Value::get_list_type() was declared, but had no definition.
This patchlet adds it.
Comment 1 Tassos Bassoukos 2002-11-05 00:44:24 UTC
Created attachment 12045 [details] [review]
patch, to be appliend in the gconfmm directory.
Comment 2 Murray Cumming 2002-11-05 18:57:15 UTC
Please patch the ChangeLog.
Comment 3 Tassos Bassoukos 2002-11-05 19:47:22 UTC
It's in the patch file, it starts with: 

*** ChangeLog.orig	Tue Nov  5 02:36:13 2002
--- ChangeLog	Tue Nov  5 02:37:51 2002
***************
*** 1,3 ****
--- 1,7 ----
+ 2002-11-04  Tasss Bassoukos <abas@aix.meng.auth.gr>
+ 
+ 	* gconf/gconfmm/value.cc Value::get_list_type() was missing.
+ 
  2002-09-20  Murray Cumming  <murrayc@usa.net>
  
  	* Hid CallbackHolder from reference documentation.
Comment 4 Murray Cumming 2002-11-05 19:58:15 UTC
Yes, sorry. Applied. Thanks.