X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgmountoperation.c;h=d0ede5d7e3af19cd7b145a31d3a2073b615931f1;hb=c8d10470939847069b1a346d4c44f2adde3469f6;hp=6829bf2c29547acbe047d21a93f83e18bc4f6444;hpb=32747def4bb4cce7cfc4f0f8ba8560392ec9ad3d;p=platform%2Fupstream%2Fglib.git diff --git a/gio/gmountoperation.c b/gio/gmountoperation.c index 6829bf2..d0ede5d 100644 --- a/gio/gmountoperation.c +++ b/gio/gmountoperation.c @@ -13,9 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General - * Public License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Public License along with this library; if not, see . * * Author: Alexander Larsson */ @@ -511,7 +509,7 @@ g_mount_operation_class_init (GMountOperationClass *klass) static void g_mount_operation_init (GMountOperation *operation) { - operation->priv = g_mount_operation_get_private (operation); + operation->priv = g_mount_operation_get_instance_private (operation); } /**