[Title] remove excutable option of chmod
authormunkyu.im <munkyu.im@samsung.com>
Thu, 15 Dec 2011 12:57:36 +0000 (21:57 +0900)
committermunkyu.im <munkyu.im@samsung.com>
Thu, 15 Dec 2011 12:57:36 +0000 (21:57 +0900)
[Type]
[Module]
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

tizen/src/emulator.c [changed mode: 0755->0644]
tizen/src/event_handler.c [changed mode: 0755->0644]
tizen/src/menu_callback.c [changed mode: 0755->0644]
tizen/src/option.c
tizen/src/qemu_gtk_widget.c [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
index 2f1b012..8e56bf7 100644 (file)
@@ -171,7 +171,7 @@ int gethostproxy(char *proxy)
                pclose(output);
 
        }else if (strcmp(buf, "auto") == 0){
-               INFO( "Emulator can't support automatic proxy currently. starts up with normal proxy.\n ");
+               INFO( "Emulator can't support automatic proxy currently. starts up with normal proxy.\n");
                //can't support proxy auto setting
 //             output = popen("gconftool-2 --get /system/proxy/autoconfig_url", "r");
 //             fscanf(output , "%s", buf);
old mode 100755 (executable)
new mode 100644 (file)