Rename and move the methods to set flags to hildon-private.h
authorClaudio Saavedra <csaavedra@igalia.com>
Tue, 8 Sep 2009 15:19:12 +0000 (18:19 +0300)
committerClaudio Saavedra <csaavedra@igalia.com>
Fri, 11 Sep 2009 13:04:43 +0000 (16:04 +0300)
commit18e833d726109484d4165bf9eb11a85df919cb0d
tree740fca07359528f687035dae592e6ea65b8ced81
parent07b820bc12ee2a69e5c8292120de7f4805383c2e
Rename and move the methods to set flags to hildon-private.h

* hildon/hildon-gtk.c: (do_set_progress_indicator),
(do_set_do_not_disturb), (do_set_portrait_flags): call
the new private method hildon_gtk_window_set_clear_window_flag()
(hildon_gtk_window_set_progress_indicator),
(hildon_gtk_window_set_do_not_disturb),
(hildon_gtk_window_take_screenshot): hildon_gtk_window_set_flag()
* hildon/hildon-private.c: (+hildon_gtk_window_set_clear_window_flag),
(+hildon_gtk_window_set_flag): Move from hildon-gtk.c and rename
properly.
* hildon/hildon-private.h: Add the two new private methds.
ChangeLog
hildon/hildon-gtk.c
hildon/hildon-private.c
hildon/hildon-private.h